
@font-face {
  font-family: 'fark';
  src: url('/fonts/FaktProThin.otf') format('opentype');
}



/* @font-face {
  font-family: Sang Bleu Serif;
  font-style: normal;
  font-weight: 300;
  src: url(../assets/fonts/SangBleuSerif-Light.otf) format("opentype")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: url(../assets/fonts/Roboto-Thin.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  src: url(../assets/fonts/Roboto-ThinItalic.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url(../assets/fonts/Roboto-Light.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  src: url(../assets/fonts/Roboto-LightItalic.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/Roboto-Regular.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: url(../assets/fonts/Roboto-Italic.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url(../assets/fonts/Roboto-Medium.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  src: url(../assets/fonts/Roboto-MediumItalic.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/Roboto-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  src: url(../assets/fonts/Roboto-BoldItalic.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: url(../assets/fonts/Roboto-Black.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  src: url(../assets/fonts/Roboto-BlackItalic.ttf) format("truetype")
} */



/* Style pour le headoreabis */
.main-headoreabis {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent; /* Rend le fond du headoreabis transparent */
  z-index: 10; /* S'assure que le headoreabis est au-dessus de la vidéo */
}

/* Style pour la vidéo */
.background-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; 
}






:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d70000;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #0fad04;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #6c757d;
  --success: #0fad04;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d70000;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1680px;
  /* --font-family-sans-serif: "CenturyGothic", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; */
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: 'fark', sans-serif; 
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} 
article,
aside,
figcaption,
figure,
/* footorea, */
headorea,
hgroup,
main,
nav,
section {
  display: block;
}
/* body {
  margin: 0;
  font-family: 'fark', sans-serif; 
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.53;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-weight: initial;
} */
[tabindex="-1"]:focus {
  outline: 0 !important;
}



hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: initial;
}
/* p {
  margin-top: 0;
  margin-bottom: 1rem;
} */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: 'fark', sans-serif; 
    /* "Courier New", monospace; */
  /* font-size: 1em; */
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* font-family: inherit; */
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
} 
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footorea {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footorea::before {
  content: "\2014\A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.containerorea {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .containerorea {
    max-width: 1018px;
  }
}
@media (min-width: 1680px) {
  .containerorea {
    max-width: 1672px;
  }
}
.containerorea-fluid,
.footorea-explore-more {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1680px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7a7a;
}
.table-hover .table-primary:hover {
  background-color: #ababab;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ababab;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bce8b9;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #82d47c;
}
.table-hover .table-success:hover {
  background-color: #aae2a6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aae2a6;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4b8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ea7a7a;
}
.table-hover .table-danger:hover {
  background-color: #f1a2a2;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1a2a2;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 1023.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1679.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.53em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.53;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.53;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.53;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0fad04;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.53;
  color: #fff;
  background-color: rgba(15, 173, 4, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #0fad04;
  padding-right: calc(1.53em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230fad04' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.3825em + 0.1875rem);
  background-size: calc(0.765em + 0.375rem) calc(0.765em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #0fad04;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.53em + 0.75rem);
  background-position: top calc(0.3825em + 0.1875rem) right
    calc(0.3825em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #0fad04;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230fad04' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.765em + 0.375rem)
      calc(0.765em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #0fad04;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #0fad04;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #0fad04;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #0fad04;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #13df05;
  background-color: #13df05;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #0fad04;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #0fad04;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #0fad04;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d70000;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.53;
  color: #fff;
  background-color: rgba(215, 0, 0, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #d70000;
  padding-right: calc(1.53em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d70000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d70000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3825em + 0.1875rem);
  background-size: calc(0.765em + 0.375rem) calc(0.765em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #d70000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.53em + 0.75rem);
  background-position: top calc(0.3825em + 0.1875rem) right
    calc(0.3825em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d70000;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d70000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d70000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.765em + 0.375rem)
      calc(0.765em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d70000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #d70000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #d70000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d70000;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff0b0b;
  background-color: #ff0b0b;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #d70000;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d70000;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d70000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.form-inline label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.form-inline .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-plaintext {
  display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
  width: auto;
}
.form-inline .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}
.form-inline .form-check-input {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}
.form-inline .custom-control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-inline .custom-control-label {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.53;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #0fad04;
  border-color: #0fad04;
}
.btn-success:hover {
  color: #fff;
  background-color: #0c8803;
  border-color: #0b7b03;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 185, 42, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 185, 42, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #0fad04;
  border-color: #0fad04;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0b7b03;
  border-color: #0a6f03;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 185, 42, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 185, 42, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #d70000;
  border-color: #d70000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b10000;
  border-color: #a40000;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 38, 38, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #d70000;
  border-color: #d70000;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a40000;
  border-color: #970000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 38, 38, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #0fad04;
  border-color: #0fad04;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #0fad04;
  border-color: #0fad04;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #0fad04;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #0fad04;
  border-color: #0fad04;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(15, 173, 4, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #d70000;
  border-color: #d70000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d70000;
  border-color: #d70000;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d70000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d70000;
  border-color: #d70000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: #000;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
/* input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
} */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 1024px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-headoreabis {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.53;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.53rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.265rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.265rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.265rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.53em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.53;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #404040;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.53em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.53em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.53em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.53;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.53em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.53;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #595959;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #595959;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  /* color: #000000; */
  background-color: #fff;
  border-color: #00000059 #fff2f2 #fff6f6;
  font-weight: bold;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-contentorea> .tab-pane {
  display: none;
}
.tab-contentorea> .active {
  display: block;
}
.navbarorea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  
}
.navbarorea > .containerorea,
.navbarorea > .containerorea-fluid,
.navbarorea > .footorea-explore-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbarorea-brand {
  display: inline-block;
  padding-top: 0.30875rem;
  padding-bottom: 0.30875rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbarorea-brand:hover,
.navbarorea-brand:focus {
  text-decoration: none;
}
.navbarorea-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbarorea-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbarorea-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbarorea-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbarorea-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbarorea-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbarorea-toggler:hover,
.navbarorea-toggler:focus {
  text-decoration: none;
}
.navbarorea-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 1023.98px) {
  .navbarorea-expand-md > .containerorea,
  .navbarorea-expand-md > .containerorea-fluid,
  .navbarorea-expand-md > .footorea-explore-more {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbarorea-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbarorea-expand-md .navbarorea-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbarorea-expand-md .navbarorea-nav .dropdown-menu {
    position: absolute;
  }
  .navbarorea-expand-md .navbarorea-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbarorea-expand-md > .containerorea,
  .navbarorea-expand-md > .containerorea-fluid,
  .navbarorea-expand-md > .footorea-explore-more {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbarorea-expand-md .navbarorea-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbarorea-expand-md .navbarorea-toggler {
    display: none;
  }
}
@media (max-width: 1679.98px) {
  .navbarorea-expand-lg > .containerorea,
  .navbarorea-expand-lg > .containerorea-fluid,
  .navbarorea-expand-lg > .footorea-explore-more {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .navbarorea-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbarorea-expand-lg .navbarorea-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbarorea-expand-lg .navbarorea-nav .dropdown-menu {
    position: absolute;
  }
  .navbarorea-expand-lg .navbarorea-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbarorea-expand-lg > .containerorea,
  .navbarorea-expand-lg > .containerorea-fluid,
  .navbarorea-expand-lg > .footorea-explore-more {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbarorea-expand-lg .navbarorea-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbarorea-expand-lg .navbarorea-toggler {
    display: none;
  }
}
.navbarorea-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbarorea-expand > .containerorea,
.navbarorea-expand > .containerorea-fluid,
.navbarorea-expand > .footorea-explore-more {
  padding-right: 0;
  padding-left: 0;
}
.navbarorea-expand .navbarorea-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbarorea-expand .navbarorea-nav .dropdown-menu {
  position: absolute;
}
.navbarorea-expand .navbarorea-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbarorea-expand > .containerorea,
.navbarorea-expand > .containerorea-fluid,
.navbarorea-expand > .footorea-explore-more {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbarorea-expand .navbarorea-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbarorea-expand .navbarorea-toggler {
  display: none;
}
.navbarorea-light .navbarorea-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbarorea-light .navbarorea-brand:hover,
.navbarorea-light .navbarorea-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbarorea-light .navbarorea-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbarorea-light .navbarorea-nav .nav-link:hover,
.navbarorea-light .navbarorea-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbarorea-light .navbarorea-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbarorea-light .navbarorea-nav .show > .nav-link,
.navbarorea-light .navbarorea-nav .active > .nav-link,
.navbarorea-light .navbarorea-nav .nav-link.show,
.navbarorea-light .navbarorea-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbarorea-light .navbarorea-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbarorea-light .navbarorea-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbarorea-light .navbarorea-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbarorea-light .navbarorea-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbarorea-light .navbarorea-text a:hover,
.navbarorea-light .navbarorea-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbarorea-dark .navbarorea-brand {
  color: #fff;
}
.navbarorea-dark .navbarorea-brand:hover,
.navbarorea-dark .navbarorea-brand:focus {
  color: #fff;
}
.navbarorea-dark .navbarorea-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbarorea-dark .navbarorea-nav .nav-link:hover,
.navbarorea-dark .navbarorea-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbarorea-dark .navbarorea-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbarorea-dark .navbarorea-nav .show > .nav-link,
.navbarorea-dark .navbarorea-nav .active > .nav-link,
.navbarorea-dark .navbarorea-nav .nav-link.show,
.navbarorea-dark .navbarorea-nav .nav-link.active {
  color: #fff;
}
.navbarorea-dark .navbarorea-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbarorea-dark .navbarorea-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbarorea-dark .navbarorea-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbarorea-dark .navbarorea-text a {
  color: #fff;
}
.navbarorea-dark .navbarorea-text a:hover,
.navbarorea-dark .navbarorea-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-headoreabis {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-headoreabis:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-headoreabis + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footorea {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footorea:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-headoreabis-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-headoreabis-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck .card {
  margin-bottom: 15px;
}
.card-deck .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card-group > .card {
  margin-bottom: 15px;
}
.card-group > .card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 0;
}
.card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
}
.card-group > .card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-headoreabis {
  border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footorea {
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-headoreabis {
  border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footorea {
  border-bottom-left-radius: 0;
}
.card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-headoreabis:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-headoreabis {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-primary hr {
  border-top-color: #ababab;
}
.alert-primary .alert-link {
  color: #000;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #085a02;
  background-color: #cfefcd;
  border-color: #bce8b9;
}
.alert-success hr {
  border-top-color: #aae2a6;
}
.alert-success .alert-link {
  color: #042801;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #700000;
  background-color: #f7cccc;
  border-color: #f4b8b8;
}
.alert-danger hr {
  border-top-color: #f1a2a2;
}
.alert-danger .alert-link {
  color: #3d0000;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 1024px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1680px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #000;
  background-color: #ababab;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #085a02;
  background-color: #bce8b9;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #085a02;
  background-color: #aae2a6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #085a02;
  border-color: #085a02;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #700000;
  background-color: #f4b8b8;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #700000;
  background-color: #f1a2a2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #700000;
  border-color: #700000;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
/* button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
} */
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-contentorea{
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-headoreabis,
.modal-dialog-scrollable .modal-footorea {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-contentorea{
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-contentorea{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
/* .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
} */

/* .modal-backdrop {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
} */



.modal-backdrop.fade {
  opacity: 0;
}
/* .modal-backdrop.show {
  opacity: 0.5;
} */
.modal-headoreabis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-headoreabis .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.53;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footorea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footorea > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footorea > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-contentorea{
  max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
}
.modal-sm {
  max-width: 300px;
}
@media (min-width: 1680px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
.modal-xl {
  max-width: 1140px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'fark', sans-serif; 
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #000 !important;
}
/* a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #000 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #0fad04 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0b7b03 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #d70000 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a40000 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
} */
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #000 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #0fad04 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #d70000 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
/* .d-block {
  display: block !important;
} */
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-contentorea-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-contentorea-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-contentorea-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-contentorea-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-contentorea-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-contentorea-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-contentorea-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-contentorea-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-contentorea-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-contentorea-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-contentorea-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-contentorea-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-contentorea-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-contentorea-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-contentorea-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-contentorea-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-contentorea-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-contentorea-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-contentorea-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-contentorea-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-contentorea-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-contentorea-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-contentorea-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-contentorea-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-contentorea-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-contentorea-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-contentorea-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-contentorea-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-contentorea-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-contentorea-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-contentorea-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-contentorea-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-contentorea-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 1024px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1680px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
/* .position-absolute {
  position: absolute !important;
} */
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
} */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: 'fark', sans-serif; 
    /* "fark", monospace !important; */
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #0fad04 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #096202 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #d70000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: darkred !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-headoreabis-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* body {
    min-width: 1680px !important;
  } */
  .containerorea {
    min-width: 1680px !important;
  }
  .navbarorea {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.pull-left-xs {
  float: left;
}
.pull-right-xs {
  float: right;
}
@media (min-width: 1024px) and (max-width: 1679.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1680px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (max-width: 1023.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 1679.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
.hidden-lg-down {
  display: none !important;
}
.row.equal-height > [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-to-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}
.add-to-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
  animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-alert.show {
  display: block;
}
.wishlistTile i.fa-heart-o {
  color: rgba(0, 0, 0, 0.7);
}
.wishlistTile i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.wishlistTile span.fa-stack {
  position: absolute;
  top: 8px;
  right: 16px;
}
.wishlistTile .fa-heart {
  color: black;
}
.u-text-title-xl {
 font-family: 'fark', sans-serif; 
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.u-text-title-l {
  font-family: 'fark', sans-serif; 
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}
.u-text-title-m {
  font-family: 'fark', sans-serif; 
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.u-text-title-s,
.footorea-explore-more h2,
.footorea-explore-more h3,
.footorea-explore-more h4,
.footorea-explore-more h5,
.nav-mobile-menu-account h2 {
  font-family: 'fark', sans-serif; 
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}
.u-text-bodycopy,
.u-text-bodycopy-s {
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.u-text-bodycopy-m {
  font-family: 'fark', sans-serif; 
  font-size: 16px;
  line-height: 24px;
}
.u-text-bodycopy-l {
  font-family: 'fark', sans-serif; 
  font-size: 20px;
  line-height: 28px;
}
.u-text-small {
  font-family: 'fark', sans-serif; 
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.u-text-legal {
  font-family: 'fark', sans-serif; 
  font-size: 11px;
  line-height: 19px;
}
.u-text-cta {
  font-family: 'fark', sans-serif; 
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}
.u-text-underline {
  text-decoration: underline;
}
.u-color-dark-grey {
  color: #717171;
}
.u-color-light-grey {
  color: #cecece;
}
.u-color-grey {
  color: #cecece;
}
.u-margin-top--xxs {
  margin-top: 4px;
}
.u-margin-left--xxs {
  margin-left: 4px;
}
.u-margin-bottom--xxs {
  margin-bottom: 4px;
}
.u-margin-right--xxs {
  margin-right: 4px;
}
.u-margin-y--xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.u-margin-x--xxs {
  margin-right: 4px;
  margin-left: 4px;
}
.u-margin--xxs {
  margin: 4px;
}
.u-padding-top--xxs {
  padding-top: 4px;
}
.u-padding-left--xxs {
  padding-left: 4px;
}
.u-padding-bottom--xxs {
  padding-bottom: 4px;
}
.u-padding-right--xxs {
  padding-right: 4px;
}
.u-padding-y--xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.u-padding-x--xxs {
  padding-right: 4px;
  padding-left: 4px;
}
.u-padding--xxs {
  padding: 4px;
}
.u-margin-top--xs {
  margin-top: 8px;
}
.u-margin-left--xs {
  margin-left: 8px;
}
.u-margin-bottom--xs,
.nav-mobile-menu-account h2 {
  margin-bottom: 8px;
}
.u-margin-right--xs {
  margin-right: 8px;
}
.u-margin-y--xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.u-margin-x--xs {
  margin-right: 8px;
  margin-left: 8px;
}
.u-margin--xs {
  margin: 8px;
}
.u-padding-top--xs {
  padding-top: 8px;
}
.u-padding-left--xs {
  padding-left: 8px;
}
.u-padding-bottom--xs {
  padding-bottom: 8px;
}
.u-padding-right--xs {
  padding-right: 8px;
}
.u-padding-y--xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.u-padding-x--xs {
  padding-right: 8px;
  padding-left: 8px;
}
.u-padding--xs {
  padding: 8px;
}
.u-margin-top--s {
  margin-top: 12px;
}
.u-margin-left--s {
  margin-left: 12px;
}
.u-margin-bottom--s {
  margin-bottom: 12px;
}
.u-margin-right--s {
  margin-right: 12px;
}
.u-margin-y--s {
  margin-top: 12px;
  margin-bottom: 12px;
}
.u-margin-x--s {
  margin-right: 12px;
  margin-left: 12px;
}
.u-margin--s {
  margin: 12px;
}
.u-padding-top--s {
  padding-top: 12px;
}
.u-padding-left--s {
  padding-left: 12px;
}
.u-padding-bottom--s {
  padding-bottom: 12px;
}
.u-padding-right--s {
  padding-right: 12px;
}
.u-padding-y--s {
  padding-top: 12px;
  padding-bottom: 12px;
}
.u-padding-x--s {
  padding-right: 12px;
  padding-left: 12px;
}
.u-padding--s {
  padding: 12px;
}
.u-margin-top--m,
.nav-mobile-menu-account a {
  margin-top: 16px;
}
.u-margin-left--m {
  margin-left: 16px;
}
.u-margin-bottom--m {
  margin-bottom: 16px;
}
.u-margin-right--m,
.footorea-explore-more li:not(:last-child) {
  margin-right: 16px;
}
.u-margin-y--m {
  margin-top: 16px;
  margin-bottom: 16px;
}
.u-margin-x--m {
  margin-right: 16px;
  margin-left: 16px;
}
.u-margin--m {
  margin: 16px;
}
.u-padding-top--m {
  padding-top: 16px;
}
.u-padding-left--m {
  padding-left: 16px;
}
.u-padding-bottom--m {
  padding-bottom: 16px;
}
.u-padding-right--m {
  padding-right: 16px;
}
.u-padding-y--m {
  padding-top: 16px;
  padding-bottom: 16px;
}
.u-padding-x--m {
  padding-right: 16px;
  padding-left: 16px;
}
.u-padding--m {
  padding: 16px;
}
.u-margin-top--l,
.nav-mobile-menu-account {
  margin-top: 24px;
}
.u-margin-left--l {
  margin-left: 24px;
}
.u-margin-bottom--l {
  margin-bottom: 24px;
}
.u-margin-right--l {
  margin-right: 24px;
}
.u-margin-y--l {
  margin-top: 24px;
  margin-bottom: 24px;
}
.u-margin-x--l {
  margin-right: 24px;
  margin-left: 24px;
}
.u-margin--l {
  margin: 24px;
}
.u-padding-top--l {
  padding-top: 24px;
}
.u-padding-left--l {
  padding-left: 24px;
}
.u-padding-bottom--l {
  padding-bottom: 24px;
}
.u-padding-right--l {
  padding-right: 24px;
}
.u-padding-y--l {
  padding-top: 24px;
  padding-bottom: 24px;
}
.u-padding-x--l {
  padding-right: 24px;
  padding-left: 24px;
}
.u-padding--l {
  padding: 24px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .u-margin-top--xl {
    margin-top: 32px;
  }
  .u-margin-left--xl {
    margin-left: 32px;
  }
  .u-margin-bottom--xl {
    margin-bottom: 32px;
  }
  .u-margin-right--xl {
    margin-right: 32px;
  }
  .u-margin-y--xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .u-margin-x--xl {
    margin-right: 32px;
    margin-left: 32px;
  }
  .u-margin--xl {
    margin: 32px;
  }
  .u-padding-top--xl {
    padding-top: 32px;
  }
  .u-padding-left--xl {
    padding-left: 32px;
  }
  .u-padding-bottom--xl {
    padding-bottom: 32px;
  }
  .u-padding-right--xl {
    padding-right: 32px;
  }
  .u-padding-y--xl,
  .footorea-explore-more {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .u-padding-x--xl {
    padding-right: 32px;
    padding-left: 32px;
  }
  .u-padding--xl {
    padding: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .u-margin-top--xl {
    margin-top: 40px;
  }
  .u-margin-left--xl {
    margin-left: 40px;
  }
  .u-margin-bottom--xl {
    margin-bottom: 40px;
  }
  .u-margin-right--xl {
    margin-right: 40px;
  }
  .u-margin-y--xl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .u-margin-x--xl {
    margin-right: 40px;
    margin-left: 40px;
  }
  .u-margin--xl {
    margin: 40px;
  }
  .u-padding-top--xl {
    padding-top: 40px;
  }
  .u-padding-left--xl {
    padding-left: 40px;
  }
  .u-padding-bottom--xl {
    padding-bottom: 40px;
  }
  .u-padding-right--xl {
    padding-right: 40px;
  }
  .u-padding-y--xl,
  .footorea-explore-more {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .u-padding-x--xl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .u-padding--xl {
    padding: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .u-margin-top--xl {
    margin-top: 48px;
  }
  .u-margin-left--xl {
    margin-left: 48px;
  }
  .u-margin-bottom--xl {
    margin-bottom: 48px;
  }
  .u-margin-right--xl {
    margin-right: 48px;
  }
  .u-margin-y--xl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .u-margin-x--xl {
    margin-right: 48px;
    margin-left: 48px;
  }
  .u-margin--xl {
    margin: 48px;
  }
  .u-padding-top--xl {
    padding-top: 48px;
  }
  .u-padding-left--xl {
    padding-left: 48px;
  }
  .u-padding-bottom--xl {
    padding-bottom: 48px;
  }
  .u-padding-right--xl {
    padding-right: 48px;
  }
  .u-padding-y--xl,
  .footorea-explore-more {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .u-padding-x--xl {
    padding-right: 48px;
    padding-left: 48px;
  }
  .u-padding--xl {
    padding: 48px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .u-margin-top--xxl {
    margin-top: 64px;
  }
  .u-margin-left--xxl {
    margin-left: 64px;
  }
  .u-margin-bottom--xxl {
    margin-bottom: 64px;
  }
  .u-margin-right--xxl {
    margin-right: 64px;
  }
  .u-margin-y--xxl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .u-margin-x--xxl {
    margin-right: 64px;
    margin-left: 64px;
  }
  .u-margin--xxl {
    margin: 64px;
  }
  .u-padding-top--xxl {
    padding-top: 64px;
  }
  .u-padding-left--xxl {
    padding-left: 64px;
  }
  .u-padding-bottom--xxl {
    padding-bottom: 64px;
  }
  .u-padding-right--xxl {
    padding-right: 64px;
  }
  .u-padding-y--xxl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .u-padding-x--xxl {
    padding-right: 64px;
    padding-left: 64px;
  }
  .u-padding--xxl {
    padding: 64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .u-margin-top--xxl {
    margin-top: 64px;
  }
  .u-margin-left--xxl {
    margin-left: 64px;
  }
  .u-margin-bottom--xxl {
    margin-bottom: 64px;
  }
  .u-margin-right--xxl {
    margin-right: 64px;
  }
  .u-margin-y--xxl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .u-margin-x--xxl {
    margin-right: 64px;
    margin-left: 64px;
  }
  .u-margin--xxl {
    margin: 64px;
  }
  .u-padding-top--xxl {
    padding-top: 64px;
  }
  .u-padding-left--xxl {
    padding-left: 64px;
  }
  .u-padding-bottom--xxl {
    padding-bottom: 64px;
  }
  .u-padding-right--xxl {
    padding-right: 64px;
  }
  .u-padding-y--xxl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .u-padding-x--xxl {
    padding-right: 64px;
    padding-left: 64px;
  }
  .u-padding--xxl {
    padding: 64px;
  }
}
@media only screen and (min-width: 1680px) {
  .u-margin-top--xxl {
    margin-top: 80px;
  }
  .u-margin-left--xxl {
    margin-left: 80px;
  }
  .u-margin-bottom--xxl {
    margin-bottom: 80px;
  }
  .u-margin-right--xxl {
    margin-right: 80px;
  }
  .u-margin-y--xxl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .u-margin-x--xxl {
    margin-right: 80px;
    margin-left: 80px;
  }
  .u-margin--xxl {
    margin: 80px;
  }
  .u-padding-top--xxl {
    padding-top: 80px;
  }
  .u-padding-left--xxl {
    padding-left: 80px;
  }
  .u-padding-bottom--xxl {
    padding-bottom: 80px;
  }
  .u-padding-right--xxl {
    padding-right: 80px;
  }
  .u-padding-y--xxl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .u-padding-x--xxl {
    padding-right: 80px;
    padding-left: 80px;
  }
  .u-padding--xxl {
    padding: 80px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .u-margin-top--xxxl {
    margin-top: 96px;
  }
  .u-margin-left--xxxl {
    margin-left: 96px;
  }
  .u-margin-bottom--xxxl {
    margin-bottom: 96px;
  }
  .u-margin-right--xxxl {
    margin-right: 96px;
  }
  .u-margin-y--xxxl {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .u-margin-x--xxxl {
    margin-right: 96px;
    margin-left: 96px;
  }
  .u-margin--xxxl {
    margin: 96px;
  }
  .u-padding-top--xxxl {
    padding-top: 96px;
  }
  .u-padding-left--xxxl {
    padding-left: 96px;
  }
  .u-padding-bottom--xxxl {
    padding-bottom: 96px;
  }
  .u-padding-right--xxxl {
    padding-right: 96px;
  }
  .u-padding-y--xxxl {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .u-padding-x--xxxl {
    padding-right: 96px;
    padding-left: 96px;
  }
  .u-padding--xxxl {
    padding: 96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .u-margin-top--xxxl {
    margin-top: 96px;
  }
  .u-margin-left--xxxl {
    margin-left: 96px;
  }
  .u-margin-bottom--xxxl {
    margin-bottom: 96px;
  }
  .u-margin-right--xxxl {
    margin-right: 96px;
  }
  .u-margin-y--xxxl {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .u-margin-x--xxxl {
    margin-right: 96px;
    margin-left: 96px;
  }
  .u-margin--xxxl {
    margin: 96px;
  }
  .u-padding-top--xxxl {
    padding-top: 96px;
  }
  .u-padding-left--xxxl {
    padding-left: 96px;
  }
  .u-padding-bottom--xxxl {
    padding-bottom: 96px;
  }
  .u-padding-right--xxxl {
    padding-right: 96px;
  }
  .u-padding-y--xxxl {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .u-padding-x--xxxl {
    padding-right: 96px;
    padding-left: 96px;
  }
  .u-padding--xxxl {
    padding: 96px;
  }
}
@media only screen and (min-width: 1680px) {
  .u-margin-top--xxxl {
    margin-top: 120px;
  }
  .u-margin-left--xxxl {
    margin-left: 120px;
  }
  .u-margin-bottom--xxxl {
    margin-bottom: 120px;
  }
  .u-margin-right--xxxl {
    margin-right: 120px;
  }
  .u-margin-y--xxxl {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .u-margin-x--xxxl {
    margin-right: 120px;
    margin-left: 120px;
  }
  .u-margin--xxxl {
    margin: 120px;
  }
  .u-padding-top--xxxl {
    padding-top: 120px;
  }
  .u-padding-left--xxxl {
    padding-left: 120px;
  }
  .u-padding-bottom--xxxl {
    padding-bottom: 120px;
  }
  .u-padding-right--xxxl {
    padding-right: 120px;
  }
  .u-padding-y--xxxl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .u-padding-x--xxxl {
    padding-right: 120px;
    padding-left: 120px;
  }
  .u-padding--xxxl {
    padding: 120px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .u-margin-top--xxxxl {
    margin-top: 96px;
  }
  .u-margin-left--xxxxl {
    margin-left: 96px;
  }
  .u-margin-bottom--xxxxl {
    margin-bottom: 96px;
  }
  .u-margin-right--xxxxl {
    margin-right: 96px;
  }
  .u-margin-y--xxxxl {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .u-margin-x--xxxxl {
    margin-right: 96px;
    margin-left: 96px;
  }
  .u-margin--xxxxl {
    margin: 96px;
  }
  .u-padding-top--xxxxl {
    padding-top: 96px;
  }
  .u-padding-left--xxxxl {
    padding-left: 96px;
  }
  .u-padding-bottom--xxxxl {
    padding-bottom: 96px;
  }
  .u-padding-right--xxxxl {
    padding-right: 96px;
  }
  .u-padding-y--xxxxl {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .u-padding-x--xxxxl {
    padding-right: 96px;
    padding-left: 96px;
  }
  .u-padding--xxxxl {
    padding: 96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .u-margin-top--xxxxl {
    margin-top: 200px;
  }
  .u-margin-left--xxxxl {
    margin-left: 200px;
  }
  .u-margin-bottom--xxxxl {
    margin-bottom: 200px;
  }
  .u-margin-right--xxxxl {
    margin-right: 200px;
  }
  .u-margin-y--xxxxl {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .u-margin-x--xxxxl {
    margin-right: 200px;
    margin-left: 200px;
  }
  .u-margin--xxxxl {
    margin: 200px;
  }
  .u-padding-top--xxxxl {
    padding-top: 200px;
  }
  .u-padding-left--xxxxl {
    padding-left: 200px;
  }
  .u-padding-bottom--xxxxl {
    padding-bottom: 200px;
  }
  .u-padding-right--xxxxl {
    padding-right: 200px;
  }
  .u-padding-y--xxxxl {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .u-padding-x--xxxxl {
    padding-right: 200px;
    padding-left: 200px;
  }
  .u-padding--xxxxl {
    padding: 200px;
  }
}
@media only screen and (min-width: 1680px) {
  .u-margin-top--xxxxl {
    margin-top: 200px;
  }
  .u-margin-left--xxxxl {
    margin-left: 200px;
  }
  .u-margin-bottom--xxxxl {
    margin-bottom: 200px;
  }
  .u-margin-right--xxxxl {
    margin-right: 200px;
  }
  .u-margin-y--xxxxl {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .u-margin-x--xxxxl {
    margin-right: 200px;
    margin-left: 200px;
  }
  .u-margin--xxxxl {
    margin: 200px;
  }
  .u-padding-top--xxxxl {
    padding-top: 200px;
  }
  .u-padding-left--xxxxl {
    padding-left: 200px;
  }
  .u-padding-bottom--xxxxl {
    padding-bottom: 200px;
  }
  .u-padding-right--xxxxl {
    padding-right: 200px;
  }
  .u-padding-y--xxxxl {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .u-padding-x--xxxxl {
    padding-right: 200px;
    padding-left: 200px;
  }
  .u-padding--xxxxl {
    padding: 200px;
  }
}
.component-margin-top--xs {
  margin-top: 2px;
}
.component-margin-bottom--xs {
  margin-bottom: 2px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .component-margin-top--m {
    margin-top: 16px;
  }
  .component-margin-bottom--m {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .component-margin-top--m {
    margin-top: 20px;
  }
  .component-margin-bottom--m {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .component-margin-top--m {
    margin-top: 28px;
  }
  .component-margin-bottom--m {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .component-margin-top--l {
    margin-top: 32px;
  }
  .component-margin-bottom--l {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .component-margin-top--l {
    margin-top: 40px;
  }
  .component-margin-bottom--l {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .component-margin-top--l {
    margin-top: 48px;
  }
  .component-margin-bottom--l {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .component-margin-top--xxxl {
    margin-top: 96px;
  }
  .component-margin-bottom--xxxl {
    margin-bottom: 96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .component-margin-top--xxxl {
    margin-top: 96px;
  }
  .component-margin-bottom--xxxl {
    margin-bottom: 96px;
  }
}
@media only screen and (min-width: 1680px) {
  .component-margin-top--xxxl {
    margin-top: 120px;
  }
  .component-margin-bottom--xxxl {
    margin-bottom: 120px;
  }
}
.hide-scrollbar,
.footorea-explore-more ul,
.service-slider .group__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar,
.footorea-explore-more ul::-webkit-scrollbar,
.service-slider .group__list::-webkit-scrollbar {
  display: none;
}
[aspect-ratio] {
  width: 100%;
  position: relative;
  display: block;
}
[aspect-ratio] > * {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[aspect-ratio] .picture-img {
  height: 100%;
}
[aspect-ratio] > img {
  -o-object-fit: cover;
  object-fit: cover;
}
[aspect-ratio="GHC"] {
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1) {
  [aspect-ratio="GHC"]::before {
    float: left;
    padding-top: 100%;
    content: "";
  }
  [aspect-ratio="GHC"]::after {
    display: block;
    content: "";
    clear: both;
  }
}
[aspect-ratio="ZHC"] {
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: 1.5) {
  [aspect-ratio="ZHC"]::before {
    float: left;
    padding-top: 150%;
    content: "";
  }
  [aspect-ratio="ZHC"]::after {
    display: block;
    content: "";
    clear: both;
  }
}
[aspect-ratio="16/9"] {
  aspect-ratio: 1.77778;
}
@supports not (aspect-ratio: 1.77778) {
  [aspect-ratio="16/9"]::before {
    float: left;
    padding-top: 177.77778%;
    content: "";
  }
  [aspect-ratio="16/9"]::after {
    display: block;
    content: "";
    clear: both;
  }
}
[aspect-ratio="9/16"] {
  aspect-ratio: 0.5625;
}
@supports not (aspect-ratio: 0.5625) {
  [aspect-ratio="9/16"]::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }
  [aspect-ratio="9/16"]::after {
    display: block;
    content: "";
    clear: both;
  }
}
[aspect-ratio="4/3"] {
  aspect-ratio: 1.33333;
}
@supports not (aspect-ratio: 1.33333) {
  [aspect-ratio="4/3"]::before {
    float: left;
    padding-top: 133.33333%;
    content: "";
  }
  [aspect-ratio="4/3"]::after {
    display: block;
    content: "";
    clear: both;
  }
}
[aspect-ratio="3/4"] {
  aspect-ratio: 0.75;
}
@supports not (aspect-ratio: 0.75) {
  [aspect-ratio="3/4"]::before {
    float: left;
    padding-top: 75%;
    content: "";
  }
  [aspect-ratio="3/4"]::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .overflow-overlay-mobile {
    overflow: overlay;
    --imageHeight: 0;
  }
  .overflow-overlay-mobile::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 10;
    width: 66px;
    height: var(--imageHeight);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(70%, #fff)
    );
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fff 70%);
  }
}
.hover-underline--none:hover {
  text-decoration: none;
}
.fill-black {
  fill: #000;
}
.fill-white {
  fill: #fff;
}

@media only screen and (min-width: 1680px) {
  .containerorea-fluid,
  .footorea-explore-more {
    padding-left: 48px;
    padding-right: 48px;
  }
  .row {
    margin-left: -14px;
    margin-right: -14px;
  }
  .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .containerorea-fluid,
  .footorea-explore-more {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .containerorea-fluid,
  .footorea-explore-more {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .col {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-1 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-3 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-4 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-5 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-5 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-6 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-7 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-7 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-8 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-9 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-9 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-10 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-10 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-11 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-11 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-12 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .col-lg-1 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-1 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-1 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-3 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-3 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-3 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-4 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-4 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-4 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-5 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-5 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-5 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-6 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-6 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-6 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-7 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-7 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-7 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-8 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-8 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-8 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-9 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-9 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-9 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-10 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-10 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-10 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-11 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-11 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-11 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-lg-12 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-md-12 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-sm-12 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .col-lg-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .col-lg-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-5 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-5 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-5 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-7 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-7 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-7 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-9 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-9 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-9 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-10 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-10 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-10 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-11 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-11 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-11 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-md-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .full-bleed {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .full-bleed {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .full-bleed {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .full-bleed--sm {
    margin-left: -20px;
    margin-right: -20px;
  }
  .full-bleed--sm__no-extra-margin {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@-webkit-keyframes link-animation-1 {
  0% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(#000)
    );
    background-image: linear-gradient(to right, #000, #000);
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49.9% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes link-animation-1 {
  0% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(#000)
    );
    background-image: linear-gradient(to right, #000, #000);
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49.9% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@-webkit-keyframes link-animation-2 {
  0% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(#000)
    );
    background-image: linear-gradient(to right, #000, #000);
    background-size: 0% 1px;
  }
  100% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 100% 1px;
  }
}
@keyframes link-animation-2 {
  0% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(#000)
    );
    background-image: linear-gradient(to right, #000, #000);
    background-size: 0% 1px;
  }
  100% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 100% 1px;
  }
}
@-webkit-keyframes link-animation-3 {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
@keyframes link-animation-3 {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
@-webkit-keyframes link-animation-4 {
  0% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 0% 1px;
  }
  100% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 100% 1px;
  }
}
@keyframes link-animation-4 {
  0% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 0% 1px;
  }
  100% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 100% 1px;
  }
}
.animated-link-1 {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000, #000);
  background-position: 100% 100%;
  background-size: 100% 1px;
  -webkit-animation-duration: 0.84s;
  animation-duration: 0.84s;
}
.animated-link-1:hover,
.animated-link-1:focus,
.animated-link-1.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-1;
  animation-name: link-animation-1;
}
.animated-link-1:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-1 {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-1.animate {
  -webkit-animation-name: link-animation-1;
  animation-name: link-animation-1;
}
.animated-link-2 {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000, #000);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-2:hover,
.animated-link-2:focus,
.animated-link-2.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-2;
  animation-name: link-animation-2;
}
.animated-link-2:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-2 {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-2.animate {
  -webkit-animation-name: link-animation-2;
  animation-name: link-animation-2;
}
.animated-link-3 {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  color: inherit;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-3:hover,
.animated-link-3:focus,
.animated-link-3.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-3:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-3 {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-3.animate {
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-3:hover {
  color: inherit;
}
.animated-link-4,
.footorea-section ul a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-4:hover,
.footorea-section ul a:hover,
.animated-link-4:focus,
.footorea-section ul a:focus,
.animated-link-4.active,
.footorea-section ul a.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-4;
  animation-name: link-animation-4;
}
.animated-link-4:focus-visible,
.footorea-section ul a:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-4,
  .footorea-section ul a {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-4.animate,
.footorea-section ul a.animate {
  -webkit-animation-name: link-animation-4;
  animation-name: link-animation-4;
}
.animated-link-5,
.button--underline {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-5:hover,
.button--underline:hover,
.animated-link-5:focus,
.button--underline:focus,
.animated-link-5.active,
.active.button--underline {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-5:focus-visible,
.button--underline:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-5,
  .button--underline {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-5.animate,
.animate.button--underline {
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-6,
.button--underline-reversed {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-6:hover,
.button--underline-reversed:hover,
.animated-link-6:focus,
.button--underline-reversed:focus,
.animated-link-6.active,
.active.button--underline-reversed {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-6:focus-visible,
.button--underline-reversed:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-6,
  .button--underline-reversed {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-6.animate,
.animate.button--underline-reversed {
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
@media only screen and (min-width: 1680px) {
  .modal-headoreabis {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .modal-body {
    padding-left: 48px;
    padding-right: 48px;
  }
  .modal-footorea {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .modal-headoreabis {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal-body {
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal-footorea {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .modal-headoreabis {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-footorea {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal--fullscreen {
  padding: 0 !important;
  width: 100vw;
  height: 100%;
}
.modal--fullscreen .modal-dialog {
  max-width: unset;
  margin: 0;
  height: 100%;
}
.modal--fullscreen .modal-contentorea{
  border: 0;
  height: 100%;
}
.modal--visible {
  overflow: visible !important;
}
.modal-lg {
  padding: 12px;
}
@media only screen and (min-width: 1024px) {
  .modal-lg {
    max-width: 800px;
  }
}
/* #onetrust-consent-sdk #onetrust-pc-sdk {
  background-color: #f6f6f6 !important;
}
#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk
  :not(.ot-leg-btn-containerorea)
  > button:not(.ot-link-btn):hover,
#onetrust-banner-sdk
  :not(.ot-leg-btn-containerorea)
  > button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-containerorea) > button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-containerorea) > button:not(.ot-link-btn):focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy
  :not(.ot-leg-btn-containerorea)
  > button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy
  :not(.ot-leg-btn-containerorea)
  > button:not(.ot-link-btn):focus {
  color: #000 !important;
  opacity: 1 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
  outline: 1px solid #717171 !important;
}
#onetrust-banner-sdk input[type="text"],
#onetrust-pc-sdk input[type="text"],
#ot-sdk-cookie-policy input[type="text"] {
  border: 1px solid #717171 !important;
}
.cookie-warning-messaging.cookie-warning button {
  color: #000;
}
body #onetrust-pc-sdk #vendor-search-handler::-webkit-input-placeholder {
  color: #717171 !important;
}
body #onetrust-pc-sdk #vendor-search-handler::-moz-placeholder {
  color: #717171 !important;
}
body #onetrust-pc-sdk #vendor-search-handler::-ms-input-placeholder {
  color: #717171 !important;
}
body #onetrust-pc-sdk #vendor-search-handler::placeholder {
  color: #717171 !important;
}
#onetrust-group-containerorea #onetrust-policy #onetrust-policy-text a,
#onetrust-pc-sdk #ot-pc-contentoreaa,
#onetrust-pc-sdk #ot-pc-contentorea.ot-sdk-row.ot-cat-grp button {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000, #000);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
  color: #000 !important;
}
#onetrust-group-containerorea #onetrust-policy #onetrust-policy-text a:hover,
#onetrust-group-containerorea #onetrust-policy #onetrust-policy-text a:focus,
#onetrust-group-containerorea #onetrust-policy #onetrust-policy-text a.active,
#onetrust-pc-sdk #ot-pc-contentoreaa:hover,
#onetrust-pc-sdk #ot-pc-contentoreaa:focus,
#onetrust-pc-sdk #ot-pc-contentoreaa.active,
#onetrust-pc-sdk #ot-pc-contentorea.ot-sdk-row.ot-cat-grp button:hover,
#onetrust-pc-sdk #ot-pc-contentorea.ot-sdk-row.ot-cat-grp button:focus,
#onetrust-pc-sdk #ot-pc-contentorea.ot-sdk-row.ot-cat-grp button.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-2;
  animation-name: link-animation-2;
}
#onetrust-group-containerorea
  #onetrust-policy
  #onetrust-policy-text
  a:focus-visible,
#onetrust-pc-sdk #ot-pc-contentoreaa:focus-visible,
#onetrust-pc-sdk #ot-pc-contentorea.ot-sdk-row.ot-cat-grp button:focus-visible {
  outline: solid;
}
@media hover {
  #onetrust-group-containerorea #onetrust-policy #onetrust-policy-text a,
  #onetrust-pc-sdk #ot-pc-contentoreaa,
  #onetrust-pc-sdk #ot-pc-contentorea.ot-sdk-row.ot-cat-grp button {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
#onetrust-group-containerorea #onetrust-policy #onetrust-policy-text a.animate,
#onetrust-pc-sdk #ot-pc-contentoreaa.animate,
#onetrust-pc-sdk #ot-pc-contentorea.ot-sdk-row.ot-cat-grp button.animate {
  -webkit-animation-name: link-animation-2;
  animation-name: link-animation-2;
}
#onetrust-button-group-parent #onetrust-button-group button:hover,
#onetrust-button-group-parent #onetrust-button-group button:focus,
#onetrust-pc-sdk #ot-pc-contentorea#accept-recommended-btn-handler:hover,
#onetrust-pc-sdk #ot-pc-contentorea#accept-recommended-btn-handler:focus,
#onetrust-consent-sdk
  #onetrust-pc-sdk
  .ot-pc-footorea
  .save-preference-btn-handler:hover,
#onetrust-consent-sdk
  #onetrust-pc-sdk
  .ot-pc-footorea
  .save-preference-btn-handler:focus {
  color: #fff !important;
} */
.modal--auto,
.modal--full-screen,
.modal--full-height,
.modal--full-width {
  padding: 0 !important;
  overflow: hidden !important;
}
.modal--auto .modal-dialog,
.modal--full-screen .modal-dialog,
.modal--full-height .modal-dialog,
.modal--full-width .modal-dialog {
  height: 100%;
  margin: 0;
  max-width: none;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  width: 100%;
}
.modal--auto .modal-contentorea,
.modal--full-screen .modal-contentorea,
.modal--full-height .modal-contentorea,
.modal--full-width .modal-contentorea{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 32px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .modal--auto .modal-contentorea,
  .modal--full-screen .modal-contentorea,
  .modal--full-height .modal-contentorea,
  .modal--full-width .modal-contentorea{
    gap: 8px;
    padding: 24px 24px 48px;
  }
}
.modal--auto .modal-contentorea> .contentorea-asset,
.modal--full-screen .modal-contentorea> .contentorea-asset,
.modal--full-height .modal-contentorea> .contentorea-asset,
.modal--full-width .modal-contentorea> .contentorea-asset {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.modal--auto .modal-title,
.modal--full-screen .modal-title,
.modal--full-height .modal-title,
.modal--full-width .modal-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal--auto .modal-close,
.modal--full-screen .modal-close,
.modal--full-height .modal-close,
.modal--full-width .modal-close {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
  border: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
}
.modal--full-screen .modal-contentorea,
.modal--full-height .modal-contentorea{
  height: 100%;
}
.modal--full-screen .contentorea-asset,
.modal--full-height .contentorea-asset {
  height: 100%;
}
.modal--auto .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.modal--auto .modal-contentorea{
  height: auto;
  margin: auto;
  width: auto;
}
.modal--auto .modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.modal--top .modal-contentorea{
  position: absolute;
  top: 0;
  left: 0;
}
.modal--top:not(.show) .modal-contentorea{
  -webkit-animation: slide-out-top 400ms linear;
  animation: slide-out-top 400ms linear;
}
@-webkit-keyframes slide-out-top {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slide-out-top {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.modal--top.show .modal-contentorea{
  -webkit-animation: slide-in-bottom 400ms linear;
  animation: slide-in-bottom 400ms linear;
}
@-webkit-keyframes slide-in-bottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.modal--bottom .modal-contentorea{
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal--bottom:not(.show) .modal-contentorea{
  -webkit-animation: slide-out-bottom 400ms linear;
  animation: slide-out-bottom 400ms linear;
}
@-webkit-keyframes slide-out-bottom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slide-out-bottom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.modal--bottom.show .modal-contentorea{
  -webkit-animation: slide-in-top 400ms linear;
  animation: slide-in-top 400ms linear;
}
@-webkit-keyframes slide-in-top {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-top {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.modal--left .modal-contentorea{
  position: absolute;
  left: 0;
  top: 0;
}
.modal--left:not(.show) .modal-contentorea{
  -webkit-animation: slide-out-left 400ms linear;
  animation: slide-out-left 400ms linear;
}
@-webkit-keyframes slide-out-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-out-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.modal--left.show .modal-contentorea{
  -webkit-animation: slide-in-right 400ms linear;
  animation: slide-in-right 400ms linear;
}
@-webkit-keyframes slide-in-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.modal--right .modal-contentorea{
  position: absolute;
  right: 0;
  top: 0;
}
.modal--right:not(.show) .modal-contentorea{
  -webkit-animation: slide-out-right 400ms linear;
  animation: slide-out-right 400ms linear;
}
@-webkit-keyframes slide-out-right {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slide-out-right {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.modal--right.show .modal-contentorea{
  -webkit-animation: slide-in-left 400ms linear;
  animation: slide-in-left 400ms linear;
}
@-webkit-keyframes slide-in-left {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-left {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade {
  -webkit-transition: opacity 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out;
}
.text-black {
  color: #000;
}
.text-dark-grey {
  color: #717171;
}
.text-medium-grey {
  color: #989494;
}
.text-grey {
  color: #cecece;
}
.text-light-grey {
  color: #e5e5e5;
}
.text-thin-grey {
  color: #f6f6f6;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #d70000;
}
.text-green {
  color: #0fad04;
}
.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-1product {
  background-image: url("  /fr_FR/images/icons/1product.svg");
}
.icon-2products {
  background-image: url("  /fr_FR/images/icons/2products.svg");
}
.icon-3products {
  background-image: url("  /fr_FR/images/icons/3products.svg");
}
.icon-4products {
  background-image: url("  /fr_FR/images/icons/4products.svg");
}
.icon-5products {
  background-image: url("  /fr_FR/images/icons/5products.svg");
}
.icon-6products {
  background-image: url("  /fr_FR/images/icons/6products.svg");
}
.icon-7products {
  background-image: url("  /fr_FR/images/icons/7products.svg");
}
.icon-8products {
  background-image: url("  /fr_FR/images/icons/8products.svg");
}
.icon-9-more-products {
  background-image: url("  /fr_FR/images/icons/9+products.svg");
}
.icon-9products {
  background-image: url("  /fr_FR/images/icons/9products.svg");
}
.icon-account {
  background-image: url("  /fr_FR/images/icons/Account.svg");
}
.icon-all-size {
  background-image: url("  /fr_FR/images/icons/AllSize_1.svg");
}
.icon-arrow-down {
  background-image: url("  /fr_FR/images/icons/ArrowDown.svg");
}
.icon-arrow-left {
  background-image: url("  /fr_FR/images/icons/ArrowLeft.svg");
}
.icon-arrow-right {
  background-image: url("  /fr_FR/images/icons/ArrowRight.svg");
}
.icon-arrow-up {
  background-image: url("  /fr_FR/images/icons/ArrowUp.svg");
}
.icon-atelier {
  background-image: url("  /fr_FR/images/icons/atelier.svg");
}
.icon-availability {
  background-image: url("  /fr_FR/images/icons/Availability.svg");
}
.icon-valid {
  background-image: url("  /fr_FR/images/icons/AvailabilityGreen.svg");
}
.icon-vto-compare {
  background-image: url("  /fr_FR/images/icons/Compare-white.svg");
}
.icon-vto-photo {
  background-image: url("  /fr_FR/images/icons/Camera-white.svg");
}
.icon-vto-close-compare {
  background-image: url("  /fr_FR/images/icons/CrossCloseWhite.svg");
}
.icon-vto-reset {
  background-image: url("  /fr_FR/images/icons/Reset.svg");
}
.icon-invalid {
  background-image: url("  /fr_FR/images/icons/AvailabilityRed.svg");
}
.icon-billing {
  background-image: url("  /fr_FR/images/icons/Billing_3 1.svg");
}
.icon-calendar {
  background-image: url("  /fr_FR/images/icons/Calendar.svg");
}
.icon-call-collect {
  background-image: url("  /fr_FR/images/icons/Call&amp;Collect.svg");
}
.icon-camera {
  background-image: url("  /fr_FR/images/icons/Camera.svg");
}
.icon-cancellation {
  background-image: url("  /fr_FR/images/icons/Cancellation.svg");
}
.icon-career {
  background-image: url("  /fr_FR/images/icons/Career.svg");
}
.icon-cart {
  background-image: url("  /fr_FR/images/icons/Cart.svg");
}
.icon-cart-white {
  background-image: url("  /fr_FR/images/icons/Cart-white.svg");
}
.icon-chat {
  background-image: url("  /fr_FR/images/icons/Chat.svg");
}
.icon-circle {
  background-image: url("  /fr_FR/images/icons/Circle.svg");
}
.icon-cleanser {
  background-image: url("  /fr_FR/images/icons/Cleanser_1.svg");
}
.icon-click-collect {
  background-image: url("  /fr_FR/images/icons/Click&amp;Collect.svg");
}
.icon-click-product {
  background-image: url("  /fr_FR/images/icons/ClickProduct.svg");
}
.icon-column-view {
  background-image: url("  /fr_FR/images/icons/ColumnView.svg");
}
.icon-compare {
  background-image: url("  /fr_FR/images/icons/Compare.svg");
}
.icon-connected {
  background-image: url("  /fr_FR/images/icons/Connected.svg");
}
.icon-copy-link {
  background-image: url("  /fr_FR/images/icons/CopyLink.svg");
}
.icon-copy-link-2 {
  background-image: url("  /fr_FR/images/icons/CopyLink_2.svg");
}
.icon-cross-close {
  background-image: url("/icon2/croix/CrossClose.svg");
}
.icon-cross-close-white,
.icon-cross-close-white-vto {
  background-image: url("/icon2/croix/CrossCloseWhite.svg");
}

.icon-delivery {
  background-image: url("  /fr_FR/images/icons/Delivery.svg");
}
.icon-dior-maison {
  background-image: url("  /fr_FR/images/icons/DiorMaison.svg");
}
.icon-dior-product {
  background-image: url("  /fr_FR/images/icons/DiorProduct.svg");
}
.icon-douyin {
  background-image: url("  /fr_FR/images/icons/Douyin.svg");
}
.icon-download {
  background-image: url("  /fr_FR/images/icons/Download.svg");
}
.icon-empty {
  background-image: url("  /fr_FR/images/icons/Empty.svg");
}
.icon-exchange {
  background-image: url("  /fr_FR/images/icons/Exchange.svg");
}
.icon-eye-care {
  background-image: url("  /fr_FR/images/icons/EyeCare_1.svg");
}
.icon-eyes-off {
  background-image: url("  /fr_FR/images/icons/EyesOff.svg");
}
.icon-eyes-on {
  background-image: url("  /fr_FR/images/icons/EyesOn.svg");
}
.icon-facebook {
  background-image: url("  /fr_FR/images/icons/Facebook.svg");
}
.icon-filters {
  background-image: url("  /fr_FR/images/icons/Filters.svg");
}
.icon-finger-print {
  background-image: url("  /fr_FR/images/icons/FingerPrint.svg");
}
.icon-full {
  background-image: url("  /fr_FR/images/icons/Full.svg");
}
.icon-full-screen {
  background-image: url("  /fr_FR/images/icons/FullScreen.svg");
}
.icon-full-screen-white {
  background-image: url("  /fr_FR/images/icons/FullScreen-white.svg");
}
.icon-gift {
  background-image: url("  /fr_FR/images/icons/Gift.svg");
}
.icon-gift-card {
  background-image: url("  /fr_FR/images/icons/GiftCard.svg");
}
.icon-gift-finder {
  background-image: url("  /fr_FR/images/icons/GiftFinder.svg");
}
.icon-giftsets {
  background-image: url("  /fr_FR/images/icons/giftsets.svg");
}
.icon-grid-view {
  background-image: url("  /fr_FR/images/icons/GridView.svg");
}
.icon-half-empty {
  background-image: url("  /fr_FR/images/icons/HalfEmpty.svg");
}
.icon-half-full {
  background-image: url("  /fr_FR/images/icons/HalfFull.svg");
}
.icon-hash-tag {
  background-image: url(" /fr_FR/images/icons/HashTag.svg");
}
.icon-information {
  background-image: url("  /fr_FR/images/icons/Information.svg");
}
.icon-information_red {
  background-image: url("  /fr_FR/images/icons/Information_red.svg");
}
.icon-instagram {
  background-image: url("  /fr_FR/images/icons/Instagram.svg");
}
.icon-instant-chat {
  background-image: url("  /fr_FR/images/icons/InstantChat.svg");
}
.icon-kakao {
  background-image: url("  /fr_FR/images/icons/Kakao.svg");
}
.icon-line {
  background-image: url("  /fr_FR/images/icons/Line.svg");
}
.icon-locator {
  background-image: url("  /fr_FR/images/icons/Locator.svg");
}
.icon-locator-2 {
  background-image: url("  /fr_FR/images/icons/Locator_2.svg");
}
.icon-lotion {
  background-image: url("  /fr_FR/images/icons/Lotion_1.svg");
}
.icon-loyalty-star {
  background-image: url("  /fr_FR/images/icons/LoyaltyStar_1.svg");
}
.icon-mail {
  background-image: url("  /fr_FR/images/icons/Mail.svg");
}
.icon-men-fashion {
  background-image: url("  /fr_FR/images/icons/MenFashion.svg");
}
.icon-menu {
  background-image: url("  /fr_FR/images/icons/Menu.svg");
}
.icon-micro {
  background-image: url("  /fr_FR/images/icons/Micro.svg");
}
.icon-miniature {
  background-image: url("  /fr_FR/images/icons/Miniature_1.svg");
}
.icon-minus {
  background-image: url("  /fr_FR/images/icons/Minus.svg");
}
.icon-minus-2 {
  background-image: url("  /fr_FR/images/icons/Minus_2.svg");
}
.icon-museum {
  background-image: url("  /fr_FR/images/icons/Museum2.svg");
}
.icon-news-events {
  background-image: url("  /fr_FR/images/icons/News&amp;Events.svg");
}
.icon-normal-view {
  background-image: url("  /fr_FR/images/icons/NormalView.svg");
}
.icon-note-empty {
  background-image: url("  /fr_FR/images/icons/NoteEmpty.svg");
}
.icon-note-full {
  background-image: url("  /fr_FR/images/icons/NoteFull.svg");
}
.icon-orders {
  background-image: url("  /fr_FR/images/icons/Orders.svg");
}
.icon-pastille {
  background-image: url("  /fr_FR/images/icons/Pastille.svg");
}
.icon-pause {
  background-image: url("  /fr_FR/images/icons/Pause.svg");
}
.icon-pause-white {
  background-image: url("  /fr_FR/images/icons/Pause-white.svg");
}
.icon-payment {
  background-image: url("  /fr_FR/images/icons/Payment.svg");
}
.icon-paypal-logo {
  background-image: url("  /fr_FR/images/icons/Paypal-logo.svg");
}
.icon-personnalisation {
  background-image: url("  /fr_FR/images/icons/Personnalisation.svg");
}
.icon-phone {
  background-image: url("  /fr_FR/images/icons/Phone.svg");
}
.icon-pinterest {
  background-image: url("  /fr_FR/images/icons/Pinterest.svg");
}
.icon-play {
  background-image: url("  /fr_FR/images/icons/Play.svg");
}
.icon-play-white {
  background-image: url("  /fr_FR/images/icons/Play-white.svg");
}
.icon-plus {
  background-image: url("  /fr_FR/images/icons/Plus.svg");
}
.icon-plus-2 {
  background-image: url("  /fr_FR/images/icons/Plus_2.svg");
}
.icon-product-origins {
  background-image: url("  /fr_FR/images/icons/ProductOrigins.svg");
}
.icon-radio-button {
  background-image: url("  /fr_FR/images/icons/RadioButton.svg");
}
.icon-radio-button-selected {
  background-image: url("  /fr_FR/images/icons/RadioButton-Selected.svg");
}
.icon-red {
  background-image: url("  /fr_FR/images/icons/Red.svg");
}
.icon-sample {
  background-image: url("  /fr_FR/images/icons/Sample_1.svg");
}
.icon-returns {
  background-image: url("  /fr_FR/images/icons/Returns.svg");
}
.icon-search {
  background-image: url("  /fr_FR/images/icons/Search.svg");
}
.icon-search-mobile {
  background-image: url("  /fr_FR/images/icons/Search.svg");
}
.icon-selected {
  background-image: url("  /fr_FR/images/icons/Selected.svg");
}
.icon-serum {
  background-image: url("  /fr_FR/images/icons/Serum_1.svg");
}
.icon-service {
  background-image: url("  /fr_FR/images/icons/Service.svg");
}
.icon-shows {
  background-image: url("  /fr_FR/images/icons/Shows.svg");
}
.icon-social-share {
  background-image: url("  /fr_FR/images/icons/SocialShare_3.svg");
}
.icon-sound-off {
  background-image: url("  /fr_FR/images/icons/SoundOff.svg");
}
.icon-sound-on {
  background-image: url("  /fr_FR/images/icons/SoundOn.svg");
}
.icon-subtitle {
  background-image: url("  /fr_FR/images/icons/Subtitle.svg");
}
.icon-tick {
  background-image: url("  /fr_FR/images/icons/Tick.svg");
}
.icon-tick-full {
  background-image: url("  /fr_FR/images/icons/Tick_Full.svg");
}
.icon-tracking {
  background-image: url("  /fr_FR/images/icons/Tracking.svg");
}
.icon-transcript {
  background-image: url("  /fr_FR/images/icons/Transcript.svg");
}
.icon-travel-sample {
  background-image: url("  /fr_FR/images/icons/TravelSample_1.svg");
}
.icon-tumblr {
  background-image: url("  /fr_FR/images/icons/Tumblr.svg");
}
.icon-twitter {
  background-image: url("  /fr_FR/images/icons/Twitter.svg");
}
.icon-virtual-tryon {
  background-image: url("  /fr_FR/images/icons/VirtualTryOn.svg");
}
.icon-water-drop {
  background-image: url("  /fr_FR/images/icons/WaterDrop.svg");
}
.icon-we-chat {
  background-image: url("  /fr_FR/images/icons/WeChat.svg");
}
.icon-weibo {
  background-image: url("  /fr_FR/images/icons/Weibo.svg");
}
.icon-whatsapp {
  background-image: url("  /fr_FR/images/icons/Whatsapp.svg");
}
.icon-wishlist {
  background-image: url("  /fr_FR/images/icons/Wishlist.svg");
}
.icon-women-fashion {
  background-image: url("  /fr_FR/images/icons/WomenFashion.svg");
}
.icon-youtube {
  background-image: url("  /fr_FR/images/icons/YouTube.svg");
}
.icon-wishlist-fill-heart {
  background-image: url("  /fr_FR/images/icons/Wishlist-fill-heart.svg");
}
.icon-visa-contactus {
  background-image: url("  /fr_FR/images/payment/visa-contactus.svg");
}
.icon-amex-contactus {
  background-image: url("  /fr_FR/images/payment/amex-contactus.svg");
}
.icon-mastercard-contactus {
  background-image: url("  /fr_FR/images/payment/mastercard-contactus.svg");
}
.icon-check {
  background-image: url("  /fr_FR/images/icons/Check.svg");
}
.icon-change-size {
  background-image: url("  /fr_FR/images/icons/ChangeSize.svg");
}
.icon-volume {
  background-image: url("  /fr_FR/images/icons/Volume.svg");
}
.icon-replay {
  background-image: url("  /fr_FR/images/icons/Replay.svg");
}
.icon-replay-white {
  background-image: url("  /fr_FR/images/icons/Replay-white.svg");
}
.icon-ABN {
  background-image: url("  /fr_FR/images/icons/ABN.svg");
}
.icon-ASN {
  background-image: url("  /fr_FR/images/icons/ASN.svg");
}
.icon-bunq {
  background-image: url("  /fr_FR/images/icons/bunq.svg");
}
.icon-ING {
  background-image: url("  /fr_FR/images/icons/ING.svg");
}
.icon-Knab {
  background-image: url("  /fr_FR/images/icons/Knab.svg");
}
.icon-Rabobank {
  background-image: url("  /fr_FR/images/icons/Rabobank.svg");
}
.icon-Regiobank {
  background-image: url("  /fr_FR/images/icons/Regiobank.svg");
}
.icon-SNS {
  background-image: url("  /fr_FR/images/icons/SNS.svg");
}
.icon-Triodos {
  background-image: url("  /fr_FR/images/icons/Triodos.svg");
}
.icon-Van {
  background-image: url("  /fr_FR/images/icons/Van.svg");
}
.icon-Revolut {
  background-image: url("  /fr_FR/images/icons/Revolut.svg");
}
.icon-16 {
  min-width: 16px;
  min-height: 16px;
}
.icon-24 {
  min-width: 24px;
  min-height: 24px;
}
.icon-44 {
  min-width: 44px;
  min-height: 44px;
}
*:focus-visible {
  outline: 2px solid #000;
}
*:focus:not(:focus-visible) {
  outline: none;
}
.form-group [type="text"]:focus-visible,
.form-group [type="text"]:focus-within,
.form-group [type="password"]:focus-visible,
.form-group [type="password"]:focus-within,
.form-group [type="email"]:focus-visible,
.form-group [type="email"]:focus-within,
.form-group [type="tel"]:focus-visible,
.form-group [type="tel"]:focus-within,
.form-group [type="date"]:focus-visible,
.form-group [type="date"]:focus-within,
.form-group select:focus-visible,
.form-group select:focus-within,
.form-group textarea:focus-visible,
.form-group textarea:focus-within {
  outline: 2px solid #000;
}
.form-group [type="text"]:focus,
.form-group [type="password"]:focus,
.form-group [type="email"]:focus,
.form-group [type="tel"]:focus,
.form-group [type="date"]:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-bottom: 1px solid #000;
  outline: none;
}
.footorea-section ul {
  list-style: none;
  padding: 0;
}
.footorea-section ul > li:not(:last-child) {
  margin-bottom: 16px;
}
.footorea-section .accordion-trigger {
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.footorea-section .accordion-trigger:hover {
  color: #717171;
}
.footorea-section .accordion-trigger:hover .accordion-icon {
  opacity: 0.6;
}
.footorea-section .accordion-panel {
  padding-top: 16px;
}
.footorea-section .accordion-panel a {
  color: #717171;
}
.footorea-explore-more {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .footorea-explore-more {
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .footorea-explore-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footorea-explore-more a {
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.footorea-explore-more a:hover {
  color: #717171;
}
.footorea-explore-more h2,
.footorea-explore-more h3,
.footorea-explore-more h4,
.footorea-explore-more h5 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .footorea-explore-more h2,
  .footorea-explore-more h3,
  .footorea-explore-more h4,
  .footorea-explore-more h5 {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .footorea-explore-more h2,
  .footorea-explore-more h3,
  .footorea-explore-more h4,
  .footorea-explore-more h5 {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.footorea-explore-more ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: auto;
}
@media only screen and (max-width: 1024px) {
  .footorea-explore-more ul {
    white-space: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hide-scrollbar,
.footorea-explore-more ul,
.service-slider .group__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar,
.footorea-explore-more ul::-webkit-scrollbar,
.service-slider .group__list::-webkit-scrollbar {
  display: none;
}
.footorea-bordered {
  border-top: 1px solid #e5e5e5;
}
.service-slider {
  --bgcolor: #fff;
  --hvcolor: #757575;
  border: none;
  position: relative;
}
.service-slider__play-button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}
.service-slider__box {
  width: 200%;
  overflow: hidden;
}
.service-slider__containerorea {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.service-slider__containerorea::-webkit-scrollbar {
  display: none;
}
.service-slider__containerorea:hover .animated {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.service-slider .group__title {
  white-space: nowrap;
  margin: 0 16px;
}
.service-slider .group__hover:hover {
  color: var(--hvcolor);
}
.service-slider .group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: auto;
}
.service-slider .group__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
}
.service-slider .group__list-item .svg-icon {
  margin-right: 6px;
}
.service-slider.infinite::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 120px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--bgcolor)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    var(--bgcolor) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.service-slider .animated {
  -webkit-animation: 10s linear 0s infinite normal none running animated-1;
  animation: 10s linear 0s infinite normal none running animated-1;
}
@-webkit-keyframes animated-1 {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animated-1 {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.service-slider .animated.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.service-slider--accessibility .service-slider__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-left: 10px;
}
.service-slider--accessibility .containerorea__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: none;
  animation: none;
}
.service-slider--accessibility .group__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: normal;
}
#footoreacontentorea{
  background-color: #fff;
}
#footoreacontentorea.title,
#footoreacontentorea.footorea-title {
  font-family: 'fark', sans-serif; 
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
#footoreacontentorea.title:not([class*="u-margin-"]),
#footoreacontentorea.footorea-title:not([class*="u-margin-"]) {
  margin-bottom: 24px;
}
#footoreacontentorea.line-separator {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  #footoreacontentorea.line-separator {
    margin: 32px 0;
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  #footoreacontentorea.home-email-signup {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #footoreacontentorea.has-breadcrumbs .footorea-wrapper {
    padding-bottom: 20px;
  }
}
.footorea-containerorea a {
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.footorea-containerorea a:hover {
  color: #717171;
}
.footorea-containerorea
  .footorea-item
  *:not(hr):last-of-type
  .footorea-section:last-of-type
  ul,
.footorea-containerorea
  .footorea-item
  *:not(hr):last-of-type
  .footorea-section:last-of-type
  ol {
  margin-bottom: 0;
}
.cyb_cardinalredirect footorea {
  display: none;
}
.footorea-subscribe-form button {
  -webkit-transition: color 0.32s ease-in-out;
  transition: color 0.32s ease-in-out;
  color: #989494;
}
.footorea-subscribe-form .form-control.is-invalid {
  background-image: none;
}
.footorea-subscribe-form .invalid-feedback {
  position: absolute;
  top: 100%;
  left: 0;
}
.rotating-promo-banner {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .rotating-promo-banner {
    height: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  .rotating-promo-banner {
    height: 52px;
  }
}
.rotating-promo-banner a {
  color: inherit;
}
.rotating-promo-banner .rotating-promo-banner__link,
.rotating-promo-banner .rotating-promo-banner__text {
  color: inherit;
  z-index: 1;
}
.rotating-promo-banner .rotating-promo-banner__item {
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .rotating-promo-banner .rotating-promo-banner__item {
    height: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  .rotating-promo-banner .rotating-promo-banner__item {
    height: 52px;
  }
}
@media only screen and (min-width: 1680px) {
  .rotating-promo-banner .rotating-promo-banner__contentorea {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .rotating-promo-banner .rotating-promo-banner__contentorea {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .rotating-promo-banner .rotating-promo-banner__contentorea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rotating-promo-banner .rotating-promo-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rotating-promo-banner .rotating-promo-banner__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rotating-promo-banner .rotating-promo-banner__img--center-image img {
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
.rotating-promo-banner .slick-vertical .slick-slide {
  border: none;
}
headoreabis {
  max-height: 100%;
}
headoreabis.scrollable {
  overflow: auto;
}
.headoreabis {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .headoreabis__left {
    display: none;
  }
  .headoreabis .mobile-menu-toggle {
    margin-right: 0;
    
    
  }
  /* .headoreabis .wishlist {
    display: none;
  } */
  .headoreabis.expand-headoreabis {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .headoreabis {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 1024px) {
  .headoreabis__left {
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .headoreabis__right {
    width: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.headoreabis__logo {
  width: 110px;
  height: 28px;
}
.headoreabis__logo img {
  width: 100%;
}
.headoreabis__logo .logo-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.headoreabis__logo .logo-home svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .headoreabis__logo {
    width: 82px;
    height: 24px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .headoreabis__logo {
    width: 68px;
    height: 20px;
  }
}
.headoreabis__elements > * {
  line-height: 1;
  margin-right: 8px;
}
.headoreabis .minicart {
  margin-top: 0;
}
.headoreabis a:hover {
  text-decoration: none;
}
.headoreabis__promo-banner {
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 100%;
  padding: 16px 0 16px 20px;
  background: #000;
  color: #fff;
}
@media (min-width: 1024px) {
  .headoreabis__promo-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .headoreabis__promo-banner--hidden {
    display: none;
  }
}
.headoreabis__promo-message {
  max-width: 85%;
}
@media (min-width: 1024px) {
  .headoreabis {
    max-width: 100%;
  }
}
.headoreabis__promo-link {
  color: #fff;
  text-decoration: underline;
}
.headoreabis__promo-link:hover {
  color: #fff;
}
.headoreabis__promo-closer {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headoreabis__promo-closer .close {
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-position: center;
}
.headoreabis__main {
  height: 60px;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .headoreabis__main {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
  }
}
.skip-links {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
}
a.skip-link {
  position: absolute;
  left: 8px;
  top: 0;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  overflow: hidden;
  padding: 5px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #000;
}
a.skip-link:active,
a.skip-link:focus {
  top: 8px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: auto;
  height: auto;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.login-on-behalf {
  background: #f6f6f6;
}
.login-on-behalf .button--secondary {
  background: #f6f6f6;
}
/* .main-headoreabis.transparent-headoreabis {
  position: -webkit-sticky;
  position: sticky;
} */
@media only screen and (min-width: 1024px) {
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop + #maincontentorea{
    margin-top: -122px;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .headoreabis__main {
    background-color: transparent;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.32s ease-out 0.64s;
    transition: background-color 0.32s ease-out 0.64s;
    background-color: transparent;
    z-index: -1;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .headoreabis {
    display: block;
    z-index: 10;
    position: relative;
    border-bottom-color: transparent;
    -webkit-transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0.64s;
    transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .navbarorea {
    --navbarorea-L3-height: 0;
    border-bottom-color: transparent;
    -webkit-transition: opacity 0.32s ease-in 0.32s;
    transition: opacity 0.32s ease-in 0.32s;
    z-index: 10;
    position: relative;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .navbarorea::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: var(--navbarorea-L3-height);
    background-color: #fff;
    -webkit-transition: height 0.32s ease-in-out;
    transition: height 0.32s ease-in-out;
    border-top: 1px solid #e5e5e5;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop
    .navbarorea__containerorea
    ul {
    background-color: transparent;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .headoreabis__logo svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .minicart svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .wishlist svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .account svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .site-search svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop
    .mobile-menu-toggle
    svg {
    -webkit-transition: fill 0.32s ease-out 0.64s;
    transition: fill 0.32s ease-out 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .menu-level-1 a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop
    .navbarorea__level-2-heading
    a {
    -webkit-transition: color 0.32s ease-out 0.64s;
    transition: color 0.32s ease-out 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .search-field {
    -webkit-transition: color 0.32s ease-out 0.64s;
    transition: color 0.32s ease-out 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-down
    .navbarorea {
    opacity: 1;
    pointer-events: all;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-up
    .headoreabis {
    border-bottom-color: #e5e5e5;
    -webkit-transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0s;
    transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-up
    .navbarorea {
    opacity: 1;
    pointer-events: all;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .headoreabis,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .headoreabis {
    border-bottom-color: #e5e5e5;
    background-color: #fff;
    -webkit-transition: background-color 0.32s ease-out 0s,
      border-bottom-color 0.32s ease-out 0s;
    transition: background-color 0.32s ease-out 0s,
      border-bottom-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .mobile-menu-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .mobile-menu-toggle
    svg {
    -webkit-transition: fill 0.16s ease-out;
    transition: fill 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .menu-level-1
    a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .navbarorea__level-2-heading
    a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .menu-level-1
    a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .navbarorea__level-2-heading
    a {
    -webkit-transition: color 0.16s ease-out;
    transition: color 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover--active
    .search-field,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.main-headoreabis--with-search
    .search-field {
    -webkit-transition: color 0.16s ease-out;
    transition: color 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop .suggestions {
    top: 0;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .mobile-menu-toggle
    svg {
    fill: #fff;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .menu-level-1
    a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .navbarorea__level-2-heading
    a {
    color: #fff;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white:not(
      .transparent-headoreabis-hover--active
    ):not(.transparent-headoreabis-hover-navigation-active):not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .search-field {
    color: #fff;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .mobile-menu-toggle
    svg {
    -webkit-transition: fill 0s ease-out 0.32s;
    transition: fill 0s ease-out 0.32s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .menu-level-1
    a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.sticky-headoreabis-down
    .navbarorea__level-2-heading
    a {
    -webkit-transition: color 0s ease-out 0.32s;
    transition: color 0s ease-out 0.32s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.transparent-headoreabis-hover--active
    .headoreabis,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--white.main-headoreabis--with-search
    .headoreabis {
    border-bottom-color: #e5e5e5;
    background-color: #fff;
    -webkit-transition: background-color 0.32s ease-out 0s,
      border-bottom-color 0.32s ease-out 0s;
    transition: background-color 0.32s ease-out 0s,
      border-bottom-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--gradient::after {
    content: "";
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 1;
    -webkit-transition: opacity 0.32s ease-in 0.64s;
    transition: opacity 0.32s ease-in 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--gradient.transparent-headoreabis-hover--active::after,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--gradient.main-headoreabis--with-search::after,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--gradient.transparent-headoreabis-hover-navigation-active::after,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--gradient.sticky-headoreabis-down::after,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis--gradient.sticky-headoreabis-up::after {
    -webkit-transition: opacity 0.32s ease-in 0s;
    transition: opacity 0.32s ease-in 0s;
    opacity: 0;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active::before {
    background-color: #fff;
    -webkit-transition: background-color 0.32s ease-out 0s;
    transition: background-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .navbarorea {
    opacity: 1;
    -webkit-transition: opacity 0.32s ease-out 0s;
    transition: opacity 0.32s ease-out 0s;
    pointer-events: all;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .headoreabis {
    border-bottom-color: #e5e5e5;
    -webkit-transition: border-bottom-color 0.32s ease-out 0s;
    transition: border-bottom-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .mobile-menu-toggle
    svg {
    -webkit-transition: fill 0.16s ease-out;
    transition: fill 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .menu-level-1
    a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .navbarorea__level-2-heading
    a {
    -webkit-transition: color 0.16s ease-out;
    transition: color 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.transparent-headoreabis-hover-navigation-active
    .search-field {
    -webkit-transition: color 0.16s ease-out;
    transition: color 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-down
    + *,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-up
    + * {
    padding-top: 0;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-down::before,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-up::before {
    background-color: #fff;
    -webkit-transition: background-color 0.32s ease-in 0.12s;
    transition: background-color 0.32s ease-in 0.12s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-page-top
    .navbarorea__level-2 {
    pointer-events: none;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--desktop.sticky-headoreabis-page-top.transparent-headoreabis-hover-navigation-active
    .navbarorea__level-2.active {
    pointer-events: all;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .headoreabis__main {
    background-color: transparent;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile + #maincontentorea{
    margin-top: -60px;
   
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.32s ease-out 0.64s;
    transition: background-color 0.32s ease-out 0.64s;
    background-color: transparent;
    z-index: -1;
    
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .headoreabis {
    display: block;
    z-index: 10;
    position: relative;
    border-bottom-color: transparent;
    -webkit-transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0.64s;
    transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0.64s;
      
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .headoreabis__logo svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .minicart svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .wishlist svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .account svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .site-search svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .search-toggle svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile
    .mobile-menu-toggle
    svg {
    -webkit-transition: fill 0.32s ease-out 0.64s;
    transition: fill 0.32s ease-out 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .search-field {
    -webkit-transition: color 0.32s ease-out 0.64s;
    transition: color 0.32s ease-out 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-down
    .navbarorea {
    opacity: 1;
    pointer-events: all;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-up
    .headoreabis {
    border-bottom-color: #e5e5e5;
    -webkit-transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0s;
    transition: background-color 0.32s ease-out 0.64s,
      border-bottom-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-up
    .headoreabis__search-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-up.main-headoreabis--with-search
    .headoreabis__main {
    background-color: #fff;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search::before {
    background-color: #fff;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .headoreabis {
    border-bottom: none;
    background-color: #fff;
    -webkit-transition: background-color 0.32s ease-out 0s;
    transition: background-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .mobile-menu-toggle
    svg {
    -webkit-transition: fill 0.16s ease-out;
    transition: fill 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .menu-level-1
    a,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .navbarorea__level-2-heading
    a {
    -webkit-transition: color 0.16s ease-out;
    transition: color 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .search-field {
    -webkit-transition: color 0.16s ease-out;
    transition: color 0.16s ease-out;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .headoreabis {
    border-bottom-color: #e5e5e5;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white:not(
      .sticky-headoreabis-down
    ):not(.sticky-headoreabis-up):not(.main-headoreabis--with-search)
    .mobile-menu-toggle
    svg {
    fill: #fff;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.sticky-headoreabis-down
    .headoreabis__logo
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.sticky-headoreabis-down
    .minicart
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.sticky-headoreabis-down
    .wishlist
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.sticky-headoreabis-down
    .account
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.sticky-headoreabis-down
    .site-search
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.sticky-headoreabis-down
    .search-toggle
    svg,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.sticky-headoreabis-down
    .mobile-menu-toggle
    svg {
    -webkit-transition: fill 0s ease-out 0.32s;
    transition: fill 0s ease-out 0.32s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--white.main-headoreabis--with-search
    .headoreabis {
    border-bottom-color: #e5e5e5;
    background-color: #fff;
    -webkit-transition: background-color 0.32s ease-out 0s,
      border-bottom-color 0.32s ease-out 0s;
    transition: background-color 0.32s ease-out 0s,
      border-bottom-color 0.32s ease-out 0s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--gradient::after {
    content: "";
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 1;
    -webkit-transition: opacity 0.32s ease-in 0.64s;
    transition: opacity 0.32s ease-in 0.64s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--gradient.main-headoreabis--with-search::after,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--gradient.sticky-headoreabis-down::after,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.transparent-headoreabis--gradient.sticky-headoreabis-up::after {
    -webkit-transition: opacity 0.32s ease-in 0s;
    transition: opacity 0.32s ease-in 0s;
    opacity: 0;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-down
    + *,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-up
    + * {
    padding-top: 0;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-down::before,
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.sticky-headoreabis-up::before {
    background-color: #fff;
    -webkit-transition: background-color 0.32s ease-in 0.12s;
    transition: background-color 0.32s ease-in 0.12s;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .search-toggle {
    display: block;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile
    .mobile-search-wrapper {
    display: none;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile .search-form {
    width: 100%;
    display: none;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .mobile-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-headoreabis.transparent-headoreabis.transparent-headoreabis--mobile.main-headoreabis--with-search
    .search-form {
    display: block;
  }
}
.form-group {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.form-group.required .form-control-label::before {
  content: "*";
  color: currentColor;
}
.form-group input {
  color: #000;
}
.form-group select {
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  padding: 10px 0 0;
}
.form-group select ~ label:first-of-type {
  font-size: 13px;
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-transition: color 0.32s ease-in-out;
  transition: color 0.32s ease-in-out;
  color: #717171;
}
.form-group select[required] ~ label:first-of-type::before {
  display: inline;
  position: relative;
  content: "*";
  margin-right: -3px;
}
.form-group select.form-control {
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0)
    url("  /fr_FR/images/icons/ArrowDown.svg")
    no-repeat scroll 100% center/20px 20px;
}
.form-group select.form-control[disabled] {
  background: #e9ecef;
  color: #000;
  border-bottom: #717171 thin solid;
}
.form-group select.form-control[inert] {
  background-image: none;
  opacity: 0.6;
}
.form-group [type="text"],
.form-group [type="password"],
.form-group [type="email"],
.form-group [type="tel"],
.form-group [type="date"] {
  padding: 18px 44px 6px 0;
}
.form-group [type="text"].form-control[readonly],
.form-group [type="password"].form-control[readonly],
.form-group [type="email"].form-control[readonly],
.form-group [type="tel"].form-control[readonly],
.form-group [type="date"].form-control[readonly] {
  min-width: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group [type="date"] {
  padding-right: 0;
}
.form-group [type="date"] ~ .input-icon-group {
  right: 1.5rem;
}
.form-group textarea {
  padding: 18px 0 6px;
}
.form-group [type="text"],
.form-group [type="password"],
.form-group [type="email"],
.form-group [type="tel"],
.form-group [type="date"],
.form-group textarea {
  height: 46px;
  font-size: 13px;
}
.form-group [type="text"]::-webkit-input-placeholder,
.form-group [type="password"]::-webkit-input-placeholder,
.form-group [type="email"]::-webkit-input-placeholder,
.form-group [type="tel"]::-webkit-input-placeholder,
.form-group [type="date"]::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #989494;
}
.form-group [type="text"]::-moz-placeholder,
.form-group [type="password"]::-moz-placeholder,
.form-group [type="email"]::-moz-placeholder,
.form-group [type="tel"]::-moz-placeholder,
.form-group [type="date"]::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: #989494;
}
.form-group [type="text"]::-ms-input-placeholder,
.form-group [type="password"]::-ms-input-placeholder,
.form-group [type="email"]::-ms-input-placeholder,
.form-group [type="tel"]::-ms-input-placeholder,
.form-group [type="date"]::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
  color: #989494;
}
.form-group [type="text"]::placeholder,
.form-group [type="password"]::placeholder,
.form-group [type="email"]::placeholder,
.form-group [type="tel"]::placeholder,
.form-group [type="date"]::placeholder,
.form-group textarea::placeholder {
  color: #989494;
}
.form-group [type="text"]:focus ~ label:first-of-type,
.form-group [type="text"] :-webkit-autofill ~ label:first-of-type,
.form-group [type="password"]:focus ~ label:first-of-type,
.form-group [type="password"] :-webkit-autofill ~ label:first-of-type,
.form-group [type="email"]:focus ~ label:first-of-type,
.form-group [type="email"] :-webkit-autofill ~ label:first-of-type,
.form-group [type="tel"]:focus ~ label:first-of-type,
.form-group [type="tel"] :-webkit-autofill ~ label:first-of-type,
.form-group [type="date"]:focus ~ label:first-of-type,
.form-group [type="date"] :-webkit-autofill ~ label:first-of-type,
.form-group textarea:focus ~ label:first-of-type,
.form-group textarea :-webkit-autofill ~ label:first-of-type {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.form-group [type="text"]:focus ~ label:first-of-type:not([disabled]),
.form-group
  [type="text"]
  :-webkit-autofill
  ~ label:first-of-type:not([disabled]),
.form-group [type="password"]:focus ~ label:first-of-type:not([disabled]),
.form-group
  [type="password"]
  :-webkit-autofill
  ~ label:first-of-type:not([disabled]),
.form-group [type="email"]:focus ~ label:first-of-type:not([disabled]),
.form-group
  [type="email"]
  :-webkit-autofill
  ~ label:first-of-type:not([disabled]),
.form-group [type="tel"]:focus ~ label:first-of-type:not([disabled]),
.form-group
  [type="tel"]
  :-webkit-autofill
  ~ label:first-of-type:not([disabled]),
.form-group [type="date"]:focus ~ label:first-of-type:not([disabled]),
.form-group
  [type="date"]
  :-webkit-autofill
  ~ label:first-of-type:not([disabled]),
.form-group textarea:focus ~ label:first-of-type:not([disabled]),
.form-group textarea :-webkit-autofill ~ label:first-of-type:not([disabled]) {
  color: #717171;
}
.form-group [type="text"] ~ label:first-of-type,
.form-group [type="password"] ~ label:first-of-type,
.form-group [type="email"] ~ label:first-of-type,
.form-group [type="tel"] ~ label:first-of-type,
.form-group [type="date"] ~ label:first-of-type,
.form-group textarea ~ label:first-of-type {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-transition: color 0.32s ease-in-out;
  transition: color 0.32s ease-in-out;
}
.form-group [type="text"][required] ~ label:first-of-type::before,
.form-group [type="password"][required] ~ label:first-of-type::before,
.form-group [type="email"][required] ~ label:first-of-type::before,
.form-group [type="tel"][required] ~ label:first-of-type::before,
.form-group [type="date"][required] ~ label:first-of-type::before,
.form-group textarea[required] ~ label:first-of-type::before {
  display: inline;
  position: relative;
  content: "*";
  margin-right: -3px;
}
.form-group .is-valid {
  background-image: none;
}
.form-group .is-valid ~ .input-icon-group .validation-tick {
  display: block;
}
.form-group button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  background-size: 20px;
  line-height: 1;
}
.form-group [readonly] {
  pointer-events: none;
}
.form-group .readonly-field[readonly] {
  background: #fff;
}
.form-floating [type="text"]::-webkit-input-placeholder,
.form-floating [type="password"]::-webkit-input-placeholder,
.form-floating [type="email"]::-webkit-input-placeholder,
.form-floating [type="tel"]::-webkit-input-placeholder,
.form-floating [type="date"]::-webkit-input-placeholder,
.form-floating textarea::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color 0.32s 0s;
  transition: color 0.32s 0s;
}
.form-floating [type="text"]::-moz-placeholder,
.form-floating [type="password"]::-moz-placeholder,
.form-floating [type="email"]::-moz-placeholder,
.form-floating [type="tel"]::-moz-placeholder,
.form-floating [type="date"]::-moz-placeholder,
.form-floating textarea::-moz-placeholder {
  color: transparent;
  -webkit-transition: color 0.32s 0s;
  transition: color 0.32s 0s;
}
.form-floating [type="text"]::-ms-input-placeholder,
.form-floating [type="password"]::-ms-input-placeholder,
.form-floating [type="email"]::-ms-input-placeholder,
.form-floating [type="tel"]::-ms-input-placeholder,
.form-floating [type="date"]::-ms-input-placeholder,
.form-floating textarea::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: color 0.32s 0s;
  transition: color 0.32s 0s;
}
.form-floating [type="text"]::placeholder,
.form-floating [type="password"]::placeholder,
.form-floating [type="email"]::placeholder,
.form-floating [type="tel"]::placeholder,
.form-floating [type="date"]::placeholder,
.form-floating textarea::placeholder {
  color: transparent;
  -webkit-transition: color 0.32s 0s;
  transition: color 0.32s 0s;
}
.form-floating [type="text"]:focus::-webkit-input-placeholder,
.form-floating [type="password"]:focus::-webkit-input-placeholder,
.form-floating [type="email"]:focus::-webkit-input-placeholder,
.form-floating [type="tel"]:focus::-webkit-input-placeholder,
.form-floating [type="date"]:focus::-webkit-input-placeholder,
.form-floating textarea:focus::-webkit-input-placeholder {
  color: #989494;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.form-floating [type="text"]:focus::-moz-placeholder,
.form-floating [type="password"]:focus::-moz-placeholder,
.form-floating [type="email"]:focus::-moz-placeholder,
.form-floating [type="tel"]:focus::-moz-placeholder,
.form-floating [type="date"]:focus::-moz-placeholder,
.form-floating textarea:focus::-moz-placeholder {
  color: #989494;
  transition-delay: 0.32s;
}
.form-floating [type="text"]:focus::-ms-input-placeholder,
.form-floating [type="password"]:focus::-ms-input-placeholder,
.form-floating [type="email"]:focus::-ms-input-placeholder,
.form-floating [type="tel"]:focus::-ms-input-placeholder,
.form-floating [type="date"]:focus::-ms-input-placeholder,
.form-floating textarea:focus::-ms-input-placeholder {
  color: #989494;
  transition-delay: 0.32s;
}
.form-floating [type="text"]:focus::placeholder,
.form-floating [type="password"]:focus::placeholder,
.form-floating [type="email"]:focus::placeholder,
.form-floating [type="tel"]:focus::placeholder,
.form-floating [type="date"]:focus::placeholder,
.form-floating textarea:focus::placeholder {
  color: #989494;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.form-floating [type="text"]:focus ~ label:first-of-type,
.form-floating [type="text"]:not(:placeholder-shown) ~ label:first-of-type,
.form-floating [type="password"]:focus ~ label:first-of-type,
.form-floating [type="password"]:not(:placeholder-shown) ~ label:first-of-type,
.form-floating [type="email"]:focus ~ label:first-of-type,
.form-floating [type="email"]:not(:placeholder-shown) ~ label:first-of-type,
.form-floating [type="tel"]:focus ~ label:first-of-type,
.form-floating [type="tel"]:not(:placeholder-shown) ~ label:first-of-type,
.form-floating [type="date"]:focus ~ label:first-of-type,
.form-floating [type="date"]:not(:placeholder-shown) ~ label:first-of-type,
.form-floating textarea:focus ~ label:first-of-type,
.form-floating textarea:not(:placeholder-shown) ~ label:first-of-type {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #717171;
}
.form-floating [type="text"] ~ label:first-of-type,
.form-floating [type="password"] ~ label:first-of-type,
.form-floating [type="email"] ~ label:first-of-type,
.form-floating [type="tel"] ~ label:first-of-type,
.form-floating [type="date"] ~ label:first-of-type,
.form-floating textarea ~ label:first-of-type {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: color 0.32s ease-in-out,
    -webkit-transform 0.32s ease-in-out;
  transition: color 0.32s ease-in-out, -webkit-transform 0.32s ease-in-out;
  transition: transform 0.32s ease-in-out, color 0.32s ease-in-out;
  transition: transform 0.32s ease-in-out, color 0.32s ease-in-out,
    -webkit-transform 0.32s ease-in-out;
  color: #000;
}
.form-control {
  position: relative;
  /* padding-left: 0; */
  border-radius: 0;
  border: none;
  border-bottom: #717171 thin solid;
  -webkit-transition: border-color 0.32s ease-in-out;
  transition: border-color 0.32s ease-in-out;
  background-color: inherit;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  border-bottom-color: #000;
  background-color: inherit;
}
.form-control:focus.is-invalid,
.form-control:focus.is-valid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus.is-valid {
  border-color: #000;
}
.form-control.is-valid {
  border-color: #000;
  color: #000;
}
.form-control.is-invalid {
  border-color: #d70000;
  background-image: none;
}
.form-control.is-disabled,
.form-control[disabled] {
  background-color: inherit;
  color: #989494;
  border-bottom-color: #989494;
}
.form-control.is-disabled ~ label,
.form-control[disabled] ~ label {
  color: #989494;
}
.form-control.is-disabled {
  pointer-events: none;
}
.invalid-feedback {
  color: #d70000;
  font-size: 13px;
  margin: 0;
}
[type="password"] ~ .input-icon-group .toggle-password-visibility .eyes-on {
  display: none;
}
[type="text"] ~ .input-icon-group .toggle-password-visibility .eyes-off {
  display: none;
}
.form-text {
  font-size: 13px;
  color: #717171;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border-color: #000;
  top: 0.125rem;
}
.custom-checkbox .custom-control-label::after {
  top: 0.125rem;
}
.custom-control-input {
  left: 1px;
  top: 5px;
  z-index: 1;
}
.custom-control-input::before,
.custom-control-input:focus:not(:checked)::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input.is-valid::before,
.custom-control-input.is-valid:focus:not(:checked)::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid::before,
.custom-control-input.is-invalid:focus:not(:checked)::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #000;
}
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked):focus ~ .custom-control-label::before,
.custom-control-input:checked
  ~ .custom-control-label:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked):focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked
  ~ .custom-control-label:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked):focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked
  ~ .custom-control-label:focus
  ~ .custom-control-label::before {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}
.custom-control-input ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: inherit;
}
.custom-control-input:focus-visible ~ .custom-control-label::after {
  outline-offset: 3px;
  outline: 2px solid #000;
}
.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.form-check [type="radio"],
.form-check [type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0;
  min-width: 20px;
  min-height: 20px;
}
.form-check [type="radio"]::before,
.form-check [type="checkbox"]::before {
  content: "";
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  border: none;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("  /fr_FR/images/icons/Circle.svg");
}
.form-check [type="radio"].circle:checked::before,
.form-check [type="checkbox"].circle:checked::before {
  background-image: url("  /fr_FR/images/icons/RadioButton-Selected.svg");
}
.form-check [type="radio"]:checked::before,
.form-check [type="checkbox"]:checked::before {
  background-image: url("  /fr_FR/images/icons/Tick_Full.svg");
}
.form-check [type="radio"]:hover,
.form-check [type="checkbox"]:hover {
  cursor: pointer;
}
.form-check-input {
  margin-left: 0;
}
.form-check-input:checked + .form-check-label {
  color: #000;
}
.form-check-input.is-valid ~ .form-check-label {
  color: inherit;
}
.form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
}
.form-check-label:hover {
  cursor: pointer;
}
.input-icon-group {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 18px;
}
.validation-tick {
  display: none;
}
.custom-control.custom-checkbox [type="checkbox"] ~ label:first-of-type {
  color: #717171;
}
.custom-control.custom-checkbox [type="checkbox"] ~ label:first-of-type::before,
.custom-control.custom-checkbox [type="checkbox"] ~ label:first-of-type:focus,
.custom-control.custom-checkbox [type="checkbox"] ~ label:first-of-type:active {
  content: "";
  margin: 0;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.custom-control.custom-checkbox
  [type="checkbox"]:checked
  ~ label:first-of-type {
  font-weight: bold;
  color: #000;
}
.custom-control.custom-checkbox
  [type="checkbox"]:checked
  ~ label:first-of-type::after {
  background: no-repeat 60%/71% 100%;
  background-image: url("  /fr_FR/images/icons/Check.svg");
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #000;
  margin-top: 24px;
}
@-webkit-keyframes onautofillstart {
}
@keyframes onautofillstart {
}
@-webkit-keyframes onautofillcancel {
}
@keyframes onautofillcancel {
}
input:autofill {
  -webkit-animation-name: onautofillstart;
  animation-name: onautofillstart;
}
input:not(:autofill) {
  -webkit-animation-name: onautofillcancel;
  animation-name: onautofillcancel;
}
.input-fields__title {
  font-family: 'fark', sans-serif; 
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 16px;
}
[class^="collapsible-"] > .title {
  width: 100%;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: none;
  border: none;
}
@media (max-width: 1023.98px) {
  .collapsible-xs > .title {
    position: relative;
  }
  .collapsible-xs > .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs > .title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    min-width: 20px;
    min-height: 20px;
    border: none;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("  /fr_FR/images/icons/Plus_2.svg");
  }
  .collapsible-xs > .title-block {
    display: block;
    background: none;
    border: none;
    position: static;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .collapsible-xs > .title.arrow::after {
    background-image: url("  /fr_FR/images/icons/ArrowDown.svg");
  }
  .collapsible-xs > .contentorea,
  .collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active > .title::after {
    background-image: url("  /fr_FR/images/icons/CrossClose.svg");
  }
  .collapsible-xs.active > .title.arrow::after {
    background-image: url("  /fr_FR/images/icons/ArrowUp.svg");
  }
  .collapsible-xs.active > .contentorea,
  .collapsible-xs.active .card-body {
    display: block;
  }
}
@media (max-width: 1679.98px) {
  .collapsible-md > .title {
    position: relative;
  }
  .collapsible-md > .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md > .title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    min-width: 20px;
    min-height: 20px;
    border: none;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("  /fr_FR/images/icons/Plus_2.svg");
  }
  .collapsible-md > .title-block {
    display: block;
    background: none;
    border: none;
    position: static;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .collapsible-md > .title.arrow::after {
    background-image: url("  /fr_FR/images/icons/ArrowDown.svg");
  }
  .collapsible-md > .contentorea,
  .collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active > .title::after {
    background-image: url("  /fr_FR/images/icons/CrossClose.svg");
  }
  .collapsible-md.active > .title.arrow::after {
    background-image: url("  /fr_FR/images/icons/ArrowUp.svg");
  }
  .collapsible-md.active > .contentorea,
  .collapsible-md.active .card-body {
    display: block;
  }
}
.collapsible-lg > .title {
  position: relative;
}
.collapsible-lg > .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-lg > .title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  min-width: 20px;
  min-height: 20px;
  border: none;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("  /fr_FR/images/icons/Plus_2.svg");
}
.collapsible-lg > .title-block {
  display: block;
  background: none;
  border: none;
  position: static;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
}
.collapsible-lg > .title.arrow::after {
  background-image: url("  /fr_FR/images/icons/ArrowDown.svg");
}
.collapsible-lg > .contentorea,
.collapsible-lg .card-body {
  display: none;
}
.collapsible-lg.active > .title::after {
  background-image: url("  /fr_FR/images/icons/CrossClose.svg");
}
.collapsible-lg.active > .title.arrow::after {
  background-image: url("  /fr_FR/images/icons/ArrowUp.svg");
}
.collapsible-lg.active > .contentorea,
.collapsible-lg.active .card-body {
  display: block;
}
.dropdown-toggle {
  cursor: pointer;
  height: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  border: none;
  padding: 0;
}
.dropdown-toggle:disabled {
  cursor: default;
  color: #989494;
}
.dropdown-menu {
  border-radius: 0;
  padding-right: 5px;
  z-index: 1;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown.show .dropdown-toggle::after {
  display: none;
}
.dropdown-toggle-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.dropdown.show .dropdown-toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.locale-selector {
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.locale-selector__btn {
  border-bottom: 1px solid #717171;
}
.locale-selector__btn:disabled {
  border-color: #989494;
}
.locale-selector__btn:not(:disabled) .locale-selector__head {
  color: #000;
}
.locale-selector__btn:not(:disabled):hover .locale-selector__head {
  color: #717171;
}
.locale-selector__head,
.locale-selector__item {
  margin-left: 4px;
  text-transform: capitalize;
}
.locale-selector__item {
  color: #000;
}
.locale-selector__body {
  max-height: 200px;
  overflow-y: auto;
  min-width: 100%;
  margin-top: 0;
}
.locale-selector .dropdown-title {
  padding: 8px;
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.locale-selector .dropdown-item {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.locale-selector .dropdown-item:hover {
  background-color: #fff;
  color: #717171;
}
.locale-selector .dropdown-item.selected {
  border-left: 1px solid #000;
}
.locale-selector
  .dropdown-item[data-vendor="false"]
  .locale-selector__cart-icon,
.locale-selector
  .dropdown-toggle[data-vendor="false"]
  .locale-selector__cart-icon {
  opacity: 0;
}
.language-group {
  display: none;
}
.language-group.active {
  display: block;
}
button {
  color: inherit;
  display: inline-block;
}
.icon-button {
  border: 0;
  padding: 0;
  background: transparent;
}
.icon-button[disabled] {
  color: #989494;
}
.unstyled-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 140px;
  padding: 16px 32px;
  border-radius: 80px;
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  -webkit-transition: background-color ease-in 120ms, color ease-in 120ms,
    border-color ease-in 120ms, font-weight ease-in 120ms;
  transition: background-color ease-in 120ms, color ease-in 120ms,
    border-color ease-in 120ms, font-weight ease-in 120ms;
  text-align: center;
}



.buttonn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 140px;
  padding: 16px 32px;
  border-radius: 80px;
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  -webkit-transition: background-color ease-in 120ms, color ease-in 120ms,
    border-color ease-in 120ms, font-weight ease-in 120ms;
  transition: background-color ease-in 120ms, color ease-in 120ms,
    border-color ease-in 120ms, font-weight ease-in 120ms;
  text-align: center;
}

.button--primary {
  border: none;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}


.button--second {
  border: none;
  /* background-color: #000; */
  color: #000;
  font-weight: 700;
}
.button--primary:not([disabled]):hover,
.button--primary:not([disabled]):active {
  background-color: #303030;
}
.button--primary:not([disabled]):hover.button--icon,
.button--primary:not([disabled]):active.button--icon {
  background: #717171;
}
.button--primary-reversed {
  border: none;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.button--primary-reversed:not([disabled]):hover,
.button--primary-reversed:not([disabled]):active {
  background-color: #e5e5e5;
}
.button--primary-reversed:not([disabled]):hover.button--icon,
.button--primary-reversed:not([disabled]):active.button--icon {
  background: #e5e5e5;
}
.button--secondary {
  border: solid 1px #989494;
  background-color: transparent;
  color: #000;
}
.button--secondary:not([disabled]):hover,
.button--secondary:not([disabled]):active {
  border-color: #000;
  font-weight: 700;
}
.button--secondary-reversed {
  border: solid 1px #989494;
  background-color: transparent;
  color: #fff;
}
.button--secondary-reversed:not([disabled]):hover,
.button--secondary-reversed:not([disabled]):active {
  border-color: #fff;
  font-weight: 700;
}
.button--tertiary {
  border: none;
  background-color: #f6f6f6;
  color: #000;
  height: 32px;
  padding: 7px 12px;
  border-radius: 32px;
  font-size: 11px;
  min-width: auto;
}
.button--tertiary:not([disabled])[aria-selected="true"],
.button--tertiary:not([disabled])[aria-checked="true"] {
  border-color: #000;
  background: #000;
  color: #fff;
}
.button--tertiary:not([disabled]):hover {
  background: #303030;
  color: #fff;
}
.button--tertiary:not([disabled]):active,
.button--tertiary:not([disabled]).active {
  background: #000;
  color: #fff;
}
.button--tertiary-reversed {
  border: none;
  background-color: #717171;
  color: #fff;
  height: 32px;
  padding: 7px 12px;
  border-radius: 32px;
  font-size: 11px;
  min-width: auto;
}
.button--tertiary-reversed:not([disabled])[aria-selected="true"],
.button--tertiary-reversed:not([disabled])[aria-checked="true"] {
  background: #000;
  color: #fff;
}
.button--tertiary-reversed:not([disabled]):hover {
  background: #e5e5e5;
  color: #000;
}
.button--tertiary-reversed:not([disabled]):active {
  background: #fff;
  color: #000;
}
.button--underline {
  color: #000;
  border: none;
  border-bottom: 1px solid;
  border-color: inherit;
  background: none;
  padding: 0 0 2px;
  border-radius: 0;
  min-width: 0;
  margin: 0;
}
.button--underline:not([disabled]):hover,
.button--underline:not([disabled]):active,
.button--underline:not([disabled]).active {
  font-weight: 700;
}
.button--underline-reversed {
  color: #fff;
  border: none;
  border-bottom: 1px solid;
  border-color: inherit;
  background: none;
  padding: 0 0 2px;
  border-radius: 0;
  min-width: 0;
  margin: 0;
}
.button--underline-reversed:not([disabled]):hover,
.button--underline-reversed:not([disabled]):active,
.button--underline-reversed:not([disabled]).active {
  font-weight: 700;
}
.button--static-width {
  width: 100%;
  max-width: 240px;
}

.static-width {
  width: 100%;
  max-width: 240px;
  margin-top: 48px;
}
.button--full-width {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .button--full-width-mobile {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .button--full-width-mobile {
    max-width: 240px;
  }
}
.button--price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: min(287px, 100%);
}
.button--price span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 4px;
  white-space: nowrap;
}
.button--price small {
  font-size: 13px;
  margin-left: 4px;
  font-weight: 400;
  white-space: nowrap;
}
.button--price strong {
  font-size: 13px;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}
.button--icon {
  min-width: 52px;
  padding: 0;
}
.button--icon.button--tertiary {
  min-width: 32px;
}
.button--small {
  min-width: 32px;
  height: 32px;
}
.button[disabled] {
  pointer-events: none;
}
.button[disabled].button--primary {
  background-color: #e5e5e5;
  color: #717171;
}
.button[disabled].button--primary-reversed {
  border: none;
  background-color: #303030;
  color: #989494;
}
.button[disabled].button--secondary {
  border-color: #cecece;
  color: #989494;
}
.button[disabled].button--secondary-reversed {
  border-color: #717171;
  color: #989494;
}
.button[disabled].button--tertiary {
  background-color: #989494;
  color: #fff;
}
.button[disabled].button--tertiary-reversed {
  background-color: #303030;
  color: #989494;
}
.button[disabled].button--underline {
  border-color: #989494;
  color: #989494;
}
.button[disabled].button--underline-reversed {
  border-color: #989494;
  color: #989494;
}
.button .icon {
  margin-right: 8px;
}
.button--icon .icon {
  margin: 0;
}
.button:focus {
  outline-offset: 3px;
}
.button--quickview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  min-width: 20px;
  min-height: 20px;
  width: 33px;
  padding: 0;
  border-width: 6px 7px;
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  -webkit-transition: width 0.7s ease-out;
  transition: width 0.7s ease-out;
}
.button--quickview__body {
  position: relative;
  top: -1px;
  left: 0;
  z-index: 1;
  background-color: inherit;
}
.button--quickview__label {
  display: block;
  padding-left: 6px;
  white-space: nowrap;
}
.button--quickview:hover {
  width: 100%;
}
.checkout-page .button-co-submit {
  width: 100%;
  max-width: 335px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .checkout-page .button-co-submit {
    max-width: 335px;
  }
}
a.button:hover,
a.button:active {
  text-decoration: none;
}
a.button:hover[disabled],
a.button:active[disabled] {
  cursor: default;
  pointer-events: none;
}
a.button:hover[disabled].button--primary,
a.button:active[disabled].button--primary {
  color: #fff;
}
a.button:hover[disabled].button--secondary-reversed,
a.button:active[disabled].button--secondary-reversed {
  color: #fff;
}
a.button:hover:not([disabled]).button--primary,
a.button:active:not([disabled]).button--primary {
  color: #fff;
}
a.button:hover:not([disabled]).button--secondary-reversed,
a.button:active:not([disabled]).button--secondary-reversed {
  color: #fff;
}
.button-link {
  font-family: 'fark', sans-serif; 
  text-decoration: underline;
}
.button-link--primary {
  color: #000;
  font-size: 13px;
}
.button-link--secondary {
  font-size: 10px;
}
.button-link--secondary,
.button-link--secondary:hover {
  color: #717171;
}
.button-link:hover {
  text-decoration: none;
}
button.button-link {
  border: 0;
  padding: 0;
  background: transparent;
}
a[disabled] {
  pointer-events: none;
}
.nav-mobile-menu-account h2 {
  font-weight: 600;
}
.nav-mobile-menu-account a {
  display: block;
}
.nav-mobile-menu-account a:hover {
  text-decoration: none;
}
.nav-mobile-menu-account .card-img {
  border-radius: 0;
}
headoreabis.main-headoreabis {
  font-family: 'fark', sans-serif; 
  z-index: 10;
  /* font-style: italic; */
}
@media only screen and (min-width: 1680px) {
  .menu-level-1 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .menu-level-1 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .menu-level-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .menu-level-1 .item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .menu-level-1 .item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .menu-level-1 .item {
    padding-right: 0;
    padding-left: 0;
  }
}
.menu-level-1 .item:last-child {
  padding-right: 0;
}
.menu-level-1 a {
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .menu-level-1 a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.menu-level-1 a:hover {
  font-weight: 600;
}
.menu-level-1 .active a {
  font-weight: 600;
}
.navbarorea {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  z-index: 21;
}
@media only screen and (min-width: 1024px) {
  .navbarorea::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: var(--menu-item-height, 0);
    background-color: #fff;
    z-index: -1;
    -webkit-transition: height 0.32s ease-out 0.22s;
    transition: height 0.32s ease-out 0.22s;
  }
}
.navbarorea__containerorea {
  width: 100%;
}
@media only screen and (min-width: 1680px) {
  .navbarorea__containerorea {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__containerorea {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__containerorea {
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 291px; */
  }
}
@media only screen and (min-width: 1024px) {
  .navbarorea__containerorea::after {
    content: "";
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(10%, #fff),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(270deg, #fff 10%, rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
  }
}
.navbarorea__containerorea ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-bottom: 0;
}
.navbarorea__containerorea sup {
  font-family: 'fark', sans-serif; 
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .navbarorea__containerorea li .text-link:hover {
    font-weight: 600;
    text-decoration: none;
  }
}
.navbarorea__containerorea .nav-link {
  padding-top: 0;
}
@media only screen and (min-width: 1680px) {
  .navbarorea__containerorea .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__containerorea .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__containerorea .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .navbarorea__containerorea .nav-item.level-1:first-child > a {
    padding-left: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__containerorea .nav-item.level-1:first-child > a {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__containerorea .nav-item.level-1:first-child > a {
    padding-left: 20px;
  }
}
.navbarorea__containerorea .level-1 > .dropdown-menu {
  width: 100%;
  border: none;
  top: calc(100% - 1px);
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .navbarorea__containerorea {
    height: 60px;
  }
}
.navbarorea__mobile-headoreabis {
  display: none;
}
.navbarorea__level-1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbarorea__level-1-item > .icon-button {
  right: 4px;
  width: 0;
  opacity: 0;
}
.navbarorea__level-1-item > .icon-button:focus-visible {
  opacity: 1;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-1-item > .icon-button {
    display: none;
  }
}
.navbarorea__level-2 {
  display: none;
}
@media only screen and (min-width: 1680px) {
  .navbarorea__level-2 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__level-2 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-2 {
    margin-left: 0;
  }
}
.navbarorea__level-2.active {
  display: block;
}
.navbarorea__level-2 .dropdown-item {
  white-space: unset;
}
@media only screen and (min-width: 1024px) {
  .navbarorea__level-2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.32s ease-in 0s;
    transition: opacity 0.32s ease-in 0s;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1680px) {
  .navbarorea__level-2 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__level-2 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .navbarorea__level-2--cdc {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1680px) {
  .navbarorea__level-2--cdc {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__level-2--cdc {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-2--cdc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbarorea__level-2.active {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
  }
  .navbarorea__level-2.active .navbarorea__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbarorea__level-2 .navbarorea__item-list {
    display: none;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navbarorea__level-2 .navbarorea__item-list::-webkit-scrollbar {
    display: none;
  }
  .navbarorea__level-2 .assets-navigation {
    margin-bottom: 8px;
  }
  .navbarorea__level-2 .assets-navigation > .line-separator {
    max-width: 140px;
  }
}
@media only screen and (min-width: 1680px) {
  .navbarorea__level-2-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__level-2-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-2-item {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbarorea__level-2-item > .icon-button {
  right: 4px;
  width: 0;
  opacity: 0;
}
.navbarorea__level-2-item > .icon-button:focus-visible {
  opacity: 1;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-2-item > .icon-button {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .navbarorea__level-2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .navbarorea__level-2-item > a.text-link {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .navbarorea__level-2-item:hover .navbarorea__level-2-heading {
    font-weight: bold;
  }
  .navbarorea__level-2-item:hover > a.text-link {
    font-weight: 600;
    text-decoration: none;
  }
}
.navbarorea__level-2-heading > a.text-link {
  white-space: nowrap;
}
.navbarorea__level-3-contentorea{
  display: none;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  top: 100%;
  width: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: 0;
  z-index: 3;
}
@media only screen and (min-width: 1680px) {
  .navbarorea__level-3-contentorea{
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__level-3-contentorea{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-3-contentorea{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbarorea__level-3-contentorea{
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: transparent;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.28s ease-in 0s;
    transition: opacity 0.28s ease-in 0s;
    max-height: calc(100vh - var(--headoreabis-height));
    overflow-y: auto;
  }
  .navbarorea__level-3-contentorea::-webkit-scrollbar {
    display: none;
  }
  .navbarorea__level-3-contentorea> .experience-component {
    display: none;
  }
  .navbarorea__level-3-contentorea--show {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.28s ease-in 0.3s;
    transition: opacity 0.28s ease-in 0.3s;
  }
  .navbarorea__level-3-contentorea--show > .experience-component {
    display: block;
  }
  .navbarorea__level-3-contentorea:hover {
    opacity: 1;
    pointer-events: all;
    background-color: #fff;
  }
}
.navbarorea__level-3-contentorea:empty {
  display: none;
}
.navbarorea__level-3-contentorea.dropdown-item {
  padding: 0;
}
.navbarorea__level-3-contentorea.dropdown-item:active,
.navbarorea__level-3-contentorea.dropdown-item:focus,
.navbarorea__level-3-contentorea.dropdown-item:hover {
  background-color: transparent;
}
.navbarorea__level-3-contentorea.dropdown-item p {
  margin: 0;
  font-size: 11px;
}
.navbarorea__level-3-contentorea.dropdown-item .dropdown-item-link-headoreabis {
  color: #717171;
  font-size: 11px;
}
.navbarorea__level-3-contentorea.dropdown-item .dropdown-item-link-headoreabis:active,
.navbarorea__level-3-contentorea.dropdown-item .dropdown-item-link-headoreabis:focus,
.navbarorea__level-3-contentorea.dropdown-item .dropdown-item-link-headoreabis:hover {
  color: #717171;
  font-weight: normal;
}
.navbarorea__level-3-item {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .navbarorea__level-3-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.navbarorea__subcategory-link {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .navbarorea__subcategory-link {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea {
    position: fixed;
    top: 0;
    height: 100vh;
    height: -webkit-fill-available;
    width: 100%;
    background-color: transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
    border-bottom: none;
  }
  .navbarorea.show .navbarorea__containerorea {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .navbarorea.show .navbarorea__background {
    opacity: 0.6;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  .navbarorea__close {
    position: absolute;
    top: 16px;
    right: 24px;
  }
  .navbarorea__background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0s ease-in 0.3s;
    transition: opacity 0.3s ease-in, -webkit-transform 0s ease-in 0.3s;
    transition: opacity 0.3s ease-in, transform 0s ease-in 0.3s;
    transition: opacity 0.3s ease-in, transform 0s ease-in 0.3s,
      -webkit-transform 0s ease-in 0.3s;
  }
  /* .navbarorea__containerorea {
    height: 100%;
    width: calc(100% - 20px);
    margin-left: 20px;
    background-color: #fff;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    padding-bottom: 140px;
  } */


  .navbarorea__containerorea {
    /* height: 100%; */
    width: calc(99% - -4px);
    margin-left: 20px;
    background-color: #fff;
    position: relative;
    /* max-height: 100%; */
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    padding-bottom: 663px;
}
  .navbarorea__containerorea.no-scroll {
    overflow: hidden;
  }
  .navbarorea__containerorea .navbarorea__close {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
  }
  .navbarorea__containerorea .account-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }
  .navbarorea__containerorea .account-navigation p {
    margin-bottom: 0;
  }
  .navbarorea__mobile-headoreabis {
    margin-top: 16px;
    margin-bottom: 32px;
    color: black;
  }
  .navbarorea__item-list ~ .line-separator {
    margin-top: 24px;
  }
  .navbarorea__item-list .assets-navigation {
    margin-bottom: 16px;
  }
  .navbarorea__item-list .assets-navigation:last-child:not(:first-child) {
    margin-bottom: 24px;
  }
  .navbarorea__level-2 .nav-item > a {
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .navbarorea__level-2-heading {
    position: relative;
  }
  .navbarorea__level-2-item > span a {
    display: block;
    width: 100%;
    padding-right: 40px;
    margin-bottom: 16px;
  }
  .navbarorea__level-2-item--subcategories > span a::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    background-image: url("  /fr_FR/images/icons/ArrowRight.svg");
    min-width: 20px;
    min-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbarorea__level-2-item.show {
    position: static;
  }
  .navbarorea__level-2-item.show > .navbarorea__level-3-contentorea{
    display: block;
    overflow: auto;
  }
  .navbarorea__level-2-item.show > .navbarorea__level-3-contentorea:empty {
    display: none;
  }
  .navbarorea__level-3-headoreabis {
    margin-bottom: 24px;
  }
  .navbarorea__level-3-contentorea{
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    overflow: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) and (min-width: 1680px) {
  .navbarorea__level-3-contentorea{
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) and (min-width: 1024px) and (max-width: 1679.5px) {
  .navbarorea__level-3-contentorea{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__level-3-contentorea{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .navbarorea__mobile-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
    padding-top: 24px;
  }
  .navbarorea__mobile-tab {
    padding: 8px 8px;
    background: none;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  .navbarorea__mobile-tab:first-child {
    border-right: 1px solid #000;
  }
  .navbarorea__mobile-tab.active {
    position: relative;
    border-top: 1px solid #000;
    font-weight: 700;
    border-bottom: none;
  }
  .navbarorea .accordion {
    display: block;
  }
  .navbarorea .accordion .assets-navigation:not(:first-child) {
    display: none;
  }
  .navbarorea .collapsed-down,
  .navbarorea .collapsed-up {
    position: relative;
    background-repeat: no-repeat;
    background-position: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbarorea .collapsed-up:not(.invisible-arrow) {
    background-image: url("  /fr_FR/images/icons/ArrowUp.svg");
  }
  .navbarorea .collapsed-down:not(.invisible-arrow) {
    background-image: url("  /fr_FR/images/icons/ArrowDown.svg");
  }
  .cdc_universe_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 20px;
  }
  .cdc_universe_block .nav-image {
    width: 140px;
    height: 78px;
  }
  .cdc_universe_block .cdc_title {
    position: absolute;
    width: 139px;
    height: 40px;
    left: 176px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .title-uppercase {
    font-size: 13px;
    text-transform: uppercase;
  }
  .bold {
    font-weight: bold;
  }
  .account-navigation {
    text-decoration: none !important;
  }
  .hidden-on-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-on-desktop {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .headoreabis__search-block {
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-transition: top 0.32s ease-in 0s;
    transition: top 0.32s ease-in 0s;
    background-color: #fff;
    z-index: -1;
  }
  .sticky-headoreabis-up .headoreabis__search-block,
  .sticky-headoreabis-down .headoreabis__search-block {
    top: 0;
  }
  .main-headoreabis--with-search .headoreabis__search-block {
    z-index: 0;
  }
  #maincontentorea{
    margin-top: 42px;
  }
}
.sticky-headoreabis-up,
.sticky-headoreabis-down {
  -webkit-transition: -webkit-transform 0.32s ease-out 0s;
  transition: -webkit-transform 0.32s ease-out 0s;
  transition: transform 0.32s ease-out 0s;
  transition: transform 0.32s ease-out 0s, -webkit-transform 0.32s ease-out 0s;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .sticky-headoreabis-up .mobile-search-wrapper,
  .sticky-headoreabis-down .mobile-search-wrapper {
    opacity: 0;
  }
  .sticky-headoreabis-up .search-form,
  .sticky-headoreabis-down .search-form {
    display: none;
  }
  .sticky-headoreabis-up.main-headoreabis--with-search .headoreabis__search-block,
  .sticky-headoreabis-down.main-headoreabis--with-search .headoreabis__search-block {
    top: 60px;
  }
  .sticky-headoreabis-up.main-headoreabis--with-search .mobile-search-wrapper,
  .sticky-headoreabis-down.main-headoreabis--with-search .mobile-search-wrapper {
    opacity: 1;
    -webkit-transition: opacity 0.32s ease-in 0.16s;
    transition: opacity 0.32s ease-in 0.16s;
  }
  .sticky-headoreabis-up.main-headoreabis--with-search .search-form,
  .sticky-headoreabis-down.main-headoreabis--with-search .search-form {
    display: inline-block;
    width: 100%;
  }
}
.sticky-headoreabis-down {
  -webkit-transform: translateY(-61px);
  transform: translateY(-61px);
}
@media only screen and (min-width: 1024px) {
  .sticky-headoreabis-down {
    -webkit-transform: translateY(-61px);
    transform: translateY(-61px);
  }
}
.sticky-headoreabis-down.main-headoreabis--with-search {
  display: block;
}
.sticky-headoreabis-down.sticky-headoreabis-page-top {
  -webkit-transition: none;
  transition: none;
}
.sticky-headoreabis-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .category-title {
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
  }
}
.dropdown-link {
  background: none;
  border: none;
  padding: 0;
}
.dropdown-link:focus-visible {
  outline: 5px auto #000;
}
.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: var(--headoreabis-height);
  z-index: 5;
}
.megamenu__list {
  gap: 20px;
}
.megamenu__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .megamenu__column {
    margin-bottom: 16px;
  }
}
.megamenu__block {
  margin-bottom: 16px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .megamenu__block--empty {
    margin-top: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .megamenu__block {
    margin-bottom: 24px;
  }
}
.megamenu__block > .dividing-line {
  margin-top: 24px;
}
.megamenu__block-heading {
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .megamenu__block-heading {
    margin-bottom: 16px;
    font-weight: bold;
  }
}
.megamenu__block-heading button.arrow-icon {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.megamenu__block-heading.active button.arrow-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .megamenu__block-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .megamenu__block-item {
    margin-bottom: 8px;
  }
}
.megamenu__block-item .dividing-line {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .megamenu__block-item .dividing-line {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .megamenu__block-contentorea{
    padding-top: 12px;
    display: none;
  }
  .megamenu__block-contentorea.megamenu__block-list {
    margin-bottom: 16px;
  }
}
.megamenu figcaption {
  font-family: 'fark', sans-serif; 
  font-size: 11px;
  line-height: 19px;
  color: #717171;
}
@media only screen and (min-width: 1024px) {
  [data-show-on-mobile-only="true"] {
    display: none;
  }
}
.offcanvas.fade:not(.show) {
  opacity: 1;
}
.offcanvas.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.32s ease-in-out;
  transition: -webkit-transform 0.32s ease-in-out;
  transition: transform 0.32s ease-in-out;
  transition: transform 0.32s ease-in-out, -webkit-transform 0.32s ease-in-out;
}
.offcanvas.fade.show .modal-dialog {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .modal-dialog {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  width: 100%;
  max-width: 447px;
}
@media only screen and (min-width: 1680px) {
  .offcanvas .modal-dialog {
    max-width: 585px;
  }
}
.offcanvas .modal-contentorea{
  height: 100%;
  width: 100%;
  border: none;
  overflow-y: auto;
}
.offcanvas__headoreabis {
  padding: 20px 20px 0;
}
.offcanvas__headoreabis .close {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 1;
}
.offcanvas__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 1680px) {
  .offcanvas__body {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .offcanvas__body {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .offcanvas__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.offcanvas--start.fade .modal-dialog {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas--end.fade .modal-dialog {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas--bottom.fade .modal-dialog {
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.offcanvas--bottom.show .modal-dialog {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .offcanvas-popin.fade .modal-dialog {
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .offcanvas-popin.fade .modal-dialog {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .offcanvas-popin.fade .modal-dialog {
    top: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1680px) {
  .offcanvas-popin.fade .modal-dialog {
    top: 120px;
    bottom: 120px;
    max-width: 1316px;
  }
}
.offcanvas-popin .offcanvas__headoreabis {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .offcanvas-popin .offcanvas__headoreabis {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .offcanvas-popin .offcanvas__top {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .offcanvas-popin .offcanvas__body {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .offcanvas-popin .offcanvas__body {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .offcanvas-popin .offcanvas__body {
    max-width: 488px;
  }
}
@media only screen and (min-width: 1680px) {
  .offcanvas-popin .offcanvas__body {
    max-width: 510px;
  }
}
.offcanvas-popin .offcanvas__body .button {
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .offcanvas-popin .offcanvas__body .button {
    width: 285px;
  }
}
@media only screen and (min-width: 1680px) {
  .offcanvas-popin .offcanvas__body .button {
    width: 375px;
  }
}
.side-panel-account,
.side-panel-reset-password,
.side-panel-password-confirmation {
  padding-top: 64px;
  padding-bottom: 64px;
}
.side-panel-account .forgot-password,
.side-panel-reset-password .forgot-password {
  margin-bottom: 32px;
}
.side-panel-registration-block {
  padding-top: 32px;
  background-color: #f6f6f6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-panel-reset-password .button-reset-password {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#password-reset {
  color: #717171;
}
.wishlistTile {
  border: none;
  float: right;
  color: #666;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("  /fr_FR/images/icons/Wishlist.svg");
}
.wishlistTile.active {
  color: black;
  background-image: url("  /fr_FR/images/icons/Wishlist-fill-heart.svg");
}
.image-containerorea .wishlistTile {
  margin-bottom: 5px;
  float: none;
}
.wishlistItemCards {
  padding-top: 64px;
}
.wishlist-empty,
.wishlistItemCards {
  display: none;
}
.wishlist[data-empty="false"] .wishlistItemCards {
  display: block;
}
.wishlist[data-empty="true"] .wishlist-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wishlist-empty {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0 32px;
}
#wishlist {
  padding-bottom: 64px;
}
.basket,
.basket-empty {
  display: none;
  width: 100%;
}
.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cart[data-empty="false"] .basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart[data-empty="true"] .basket-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart .product-card__image-button {
  position: absolute;
  top: 12px;
  right: 12px;
}
.basket-empty {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.basket-empty__message {
  padding: 64px 0 32px;
}
.basket {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.basket__headoreabis {
  position: relative;
  padding: 24px 0 20px;
}
.basket__headoreabis::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.basket__headoreabis__image {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basket__headoreabis__message {
  display: block;
  padding-left: 25px;
}
.basket__code-link {
  display: block;
  margin-top: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.basket__footorea {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f6f6f6;
}
.basket__footorea__blocked,
.basket__footorea__regular {
  display: none;
}
.basket__footorea__blocked {
  padding: 32px 0;
  text-align: center;
}
.basket__footorea__blocked-message {
  padding: 0 0 32px;
}
.basket__footorea[data-blocked="true"] .basket__footorea__blocked {
  display: block;
}
.basket__footorea[data-blocked="false"] .basket__footorea__regular {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .basket__footorea {
    margin: 0 -20px;
    padding: 0 20px 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .basket__footorea {
    margin: 0 -40px;
    padding: 0 40px 110px;
  }
}
@media only screen and (min-width: 1680px) {
  .basket__footorea {
    margin: 0 -48px;
    padding: 0 48px 110px;
  }
}
.basket__subtotal {
  padding: 32px 0;
  text-align: center;
  border-bottom: thin solid #e5e5e5;
}
.basket__subtotal__value {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.basket__product-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 24px;
}
.basket__out-of-stock-alert,
.basket__unauthorized-products-removed-alert {
  display: none;
  position: relative;
}
.basket .basket__out-of-stock-alert,
.basket .basket__unauthorized-products-removed-alert {
  text-align: left;
  padding: 24px 0;
}
.basket .basket__out-of-stock-alert::before,
.basket .basket__unauthorized-products-removed-alert::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.basket-empty .basket__out-of-stock-alert,
.basket-empty .basket__unauthorized-products-removed-alert {
  text-align: center;
  padding: 64px 0 32px;
}
.basket-empty .basket__out-of-stock-alert.d-block + .basket-empty__message,
.basket-empty
  .basket__unauthorized-products-removed-alert.d-block
  + .basket-empty__message {
  display: none;
}
.promo-code {
  padding-top: 32px;
  font-family: 'fark', sans-serif; 
  font-size: 13px;
  line-height: 20px;
}
.promo-code__title-block {
  cursor: pointer;
  padding-bottom: 16px;
}
.promo-code__title-button {
  border: none;
  background: transparent;
  text-align: unset;
}
.promo-code .form-control {
  line-height: 20px;
}
.promo-code__remove-button-wrapper {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-top: 8px;
}
.promo-code button.promo-code__remove-button {
  position: relative;
  top: unset;
}
.promo-code .coupon-code-field.is-valid {
  background-position-x: 100%;
}
.promo-code .coupon-code-field.is-valid ~ .promo-code__submit-button {
  display: none;
}
.promo-code .coupon-code-field.is-valid ~ .promo-code__remove-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo-code .coupon-code-field[disabled] {
  color: #000;
}
.promo-code__description {
  padding-top: 16px;
  color: #000;
}
.promo-code .title::after {
  display: none;
}
.cart-action-checkout,
.cart-action-checkout-step-two {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 472px;
  min-height: 110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 14;
}
@media only screen and (min-width: 1680px) {
  .cart-action-checkout,
  .cart-action-checkout-step-two {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .cart-action-checkout,
  .cart-action-checkout-step-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .cart-action-checkout,
  .cart-action-checkout-step-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-action-checkout.deactivate-checkout-methods .checkout-btn-submit,
.cart-action-checkout-step-two.deactivate-checkout-methods
  .checkout-btn-submit {
  text-transform: uppercase;
}
.cart-action-checkout.deactivate-checkout-methods .checkout-proceed__title,
.cart-action-checkout-step-two.deactivate-checkout-methods
  .checkout-proceed__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.cart-action-checkout.deactivate-checkout-methods .checkout-proceed_total,
.cart-action-checkout-step-two.deactivate-checkout-methods
  .checkout-proceed_total {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.checkout-btn__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.checkout-btn--fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 20px;
  width: unset;
}
.checkout-btn .sub-total {
  font-weight: 600;
}
.information-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.information-box__error {
  border-color: #d70000;
}
.information-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d70000;
}
.information-box__title .title-with-level {
  margin-left: 11px;
}
.information-box__icon svg {
  fill: #d70000;
}
.information-box__message {
  margin-left: 35px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .information-box__message .value-max-cart {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .information-box__message .value-max-cart {
    display: block;
  }
}
.information-box .multiline-text {
  word-break: normal;
}
.complimentary-title {
  padding-top: 32px;
  margin-bottom: 16px;
  margin-top: 8px;
  position: relative;
  font-size: 16px;
}
.complimentary-title::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.recommendation-title {
  padding-top: 32px;
  margin-bottom: 16px;
  margin-top: 8px;
  position: relative;
}
.recommendation-title::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
[data-slider-id="side-panel-basket-slider"] {
  padding: 20px 55px 20px 0;
}
[data-slider-id="side-panel-basket-slider"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
[data-slider-id="side-panel-basket-slider"] .slot-slider__dots {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.warning-basket-amount-popin {
  z-index: 1051;
}
.side-panel .offcanvas__headoreabis {
  padding: 16px 26px 1px;
}
.side-panel .offcanvas__headoreabis.u-margin-separate-line {
  border-bottom: 1px solid #e5e5e5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1680px) {
  .side-panel .offcanvas__headoreabis.u-margin-separate-line {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .side-panel .offcanvas__headoreabis.u-margin-separate-line {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .side-panel .offcanvas__headoreabis.u-margin-separate-line {
    margin-bottom: 24px;
  }
}
.side-panel .offcanvas__body {
  padding-bottom: 0;
}
.side-panel__generosity .icon-arrow-left {
  border: 0;
  background-color: #fff;
}
.side-panel__generosity .offcanvas__body .basket__footorea {
  padding-bottom: 110px;
}
.side-panel__generosity .checkout-btn-submit {
  text-transform: none;
}
.side-panel__generosity .checkout-btn-submit .checkout-proceed__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.side-panel__generosity .checkout-btn-submit .checkout-proceed_total {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.side-panel__generosity
  .checkout-btn-submit[aria-expanded="true"]:not([disabled]) {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1),
    height 1s cubic-bezier(0.87, 0, 0.13, 1) 0.64s,
    padding-bottom 1s cubic-bezier(0.87, 0, 0.13, 1) 0.64s,
    padding-top 0.64s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1),
    height 1s cubic-bezier(0.87, 0, 0.13, 1) 0.64s,
    padding-bottom 1s cubic-bezier(0.87, 0, 0.13, 1) 0.64s,
    padding-top 0.64s cubic-bezier(0.87, 0, 0.13, 1);
}
.side-panel__generosity
  .checkout-btn-submit[aria-expanded="false"]:not([disabled]) {
  opacity: 1;
  height: 52px;
  -webkit-transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1),
    padding-top 0.32s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1),
    padding-top 0.32s cubic-bezier(0.87, 0, 0.13, 1);
}
.side-panel__generosity .checkout-methods {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -100%;
  left: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 13;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1);
}
.side-panel__generosity .checkout-methods__list {
  position: fixed;
  bottom: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  z-index: 14;
  -webkit-transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1),
    bottom 0.64s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.64s cubic-bezier(0.87, 0, 0.13, 1),
    bottom 0.64s cubic-bezier(0.87, 0, 0.13, 1);
}
.side-panel__generosity .checkout-methods__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  list-style: none;
}
.side-panel__generosity
  .checkout-methods__list-item
  .paypal-button-containerorea-mini,
.side-panel__generosity .checkout-methods__list-item .applepay-button-containerorea,
.side-panel__generosity .checkout-methods__list-item #checkout-btn-submit {
  margin: 0 20px;
  width: 100%;
}
.side-panel__generosity .checkout-methods__list-item .apple-pay-cart {
  margin: 0;
  border-radius: 80px;
  border: 1px solid black;
  width: 100%;
  height: 52px;
  background-size: 75% 45%;
}
.side-panel__generosity .checkout-methods__list-item .apple-pay-cart:hover {
  border-radius: 80px;
}
.side-panel__generosity
  .checkout-methods__list-item
  #checkout-btn-submit
  .checkout-btn__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.side-panel__generosity .checkout-methods.active {
  bottom: 0;
  height: 100%;
  z-index: 14;
  -webkit-transition: z-index 0.64s cubic-bezier(0.87, 0, 0.13, 1) 0.32s;
  transition: z-index 0.64s cubic-bezier(0.87, 0, 0.13, 1) 0.32s;
}
.side-panel__generosity .checkout-methods.active .checkout-methods__list {
  bottom: 0;
  min-height: 1px;
  opacity: 1;
}
.side-panel .tab-nav {
  height: 60px;
}
@media only screen and (min-width: 1024px) {
  .side-panel .tab-nav {
    height: 61px;
  }
}
.side-panel .tab-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.side-panel .tab-panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.side-panel .tab-panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  
}
.side-panel__profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.side-panel__account-dashboard {
  width: 100%;
}
.side-panel__account-dashboard .account-dashboard {
  padding: 2rem 0 2rem 1.7rem;
}
.side-panel__account-dashboard .account-dashboard__title {
  position: relative;
  text-transform: uppercase;
}
.side-panel__account-dashboard .icon-account-dashboard {
  position: absolute;
  top: 0;
  left: -1.7rem;
}
.side-panel__logout {
  position: relative;
}
.side-panel__logout::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #e5e5e5;
  top: 0;
  left: -40px;
}
.side-panel .link-logout {
  position: relative;
}
.side-panel .link-logout::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
}
.side-panel .link-logout:hover,
.side-panel .link-logout:active {
  text-decoration: none;
}
.side-panel__footorea {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
.side-panel__footorea > .contentorea-asset {
  border-top: #e5e5e5 thin solid;
  padding: 16px 8px;
  background-color: #fff;
}
.side-panel__full-width-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .side-panel__full-width-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .side-panel__full-width-block {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1680px) {
  .side-panel__full-width-block {
    margin-left: -48px;
    margin-right: -48px;
  }
}
.product-card-remove-generosity {
  display: none;
}
.tab-nav-wrapper {
  position: relative;
}
.tab-nav {
  position: relative;
  border-bottom: #e5e5e5 thin solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 13px;
  font-family: 'fark', sans-serif; 
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style: none;
}
.tab-nav__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.tab-nav__link {
  color: #717171;
  width: 100%;
  height: 100%;
  background: inherit;
  border: none;
  text-transform: uppercase;
  -webkit-transition-property: color;
  transition-property: color;
}
.tab-nav__link.active {
  color: #000;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .tab-nav__link {
    -webkit-transition-duration: 0.16s;
    transition-duration: 0.16s;
  }
  .tab-nav__link.active {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
  }
}
@media only screen and (min-width: 1024px) {
  .tab-nav__link {
    -webkit-transition-duration: 0.32s;
    transition-duration: 0.32s;
  }
  .tab-nav__link.active {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
  }
}
.tab-nav__selection-line {
  position: absolute;
  bottom: 0;
  border-bottom: #000 thin solid;
  width: 0;
  left: 0;
}
#footoreaNewsletterPopin {
  padding-right: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .newsletter-popin.modal .newsletter-modal {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .newsletter-popin.modal .newsletter-modal {
    margin: auto;
    max-width: 1023px;
    height: 100%;
    background: #fff;
  }
}
.newsletter-popin.modal .newsletter-modal .modal-contentorea{
  border: none;
  max-width: 1315px;
  overflow: auto;
}
.newsletter-popin.modal .newsletter-modal .img-block {
  overflow: hidden;
  display: none;
}
@media (min-width: 1680px) {
  .newsletter-popin.modal .newsletter-modal .img-block img {
    height: 100%;
    aspect-ratio: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1679.98px) {
  .newsletter-popin.modal .newsletter-modal .img-block img {
    height: 100%;
    aspect-ratio: auto;
  }
}
.newsletter-popin.modal
  .newsletter-modal
  .form-block
  .form-newsletter-subtitle {
  text-indent: 1.5em;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1023.98px) {
  .newsletter-popin.modal .newsletter-modal .form-block {
    margin-top: 73px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .newsletter-popin.modal .newsletter-modal .form-block {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
  }
}
@media (min-width: 1680px) {
  .newsletter-popin.modal .newsletter-modal .form-block {
    margin-top: 76px;
  }
}
.newsletter-popin.modal
  .newsletter-modal
  .form-block
  .custom-checkbox
  .custom-control-label::before {
  border-radius: 0;
  border-color: #000;
}
.newsletter-popin.modal
  .newsletter-modal
  .form-block
  .form_newsletter_checkbox_body
  .custom-control-input {
  left: 1px;
  top: 5px;
  z-index: 1;
}
.newsletter-popin.modal .newsletter-modal .form-block .email-description {
  margin-top: 32px;
  margin-bottom: 41px;
}
.newsletter-popin.modal .newsletter-modal .modal-footorea {
  border: none;
}
.form-block.modal__newsletter_popin__body {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .form-block.modal__newsletter_popin__body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .form-block.modal__newsletter_popin__body {
    height: 700px;
  }
}
.newsletter-signup-form,
.newsletter-signup-confirmation {
  display: none;
}
.newsletter-signup[data-state="form"] .newsletter-signup-form {
  display: block;
}
.newsletter-signup[data-state="confirmation"] .newsletter-signup-confirmation {
  display: block;
}
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: beige;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}
.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: beige;
  border-radius: 0.69em;
  background-color: beige;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}
.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}
.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: brown;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}
.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: brown;
  border-radius: 0.69em;
  background-color: brown;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0fad04;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}
.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0fad04;
  border-radius: 0.69em;
  background-color: #0fad04;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}
.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: navy;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}
.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: navy;
  border-radius: 0.69em;
  background-color: navy;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: orange;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}
.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: orange;
  border-radius: 0.69em;
  background-color: orange;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}
.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: purple;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}
.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: purple;
  border-radius: 0.69em;
  background-color: purple;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: red;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}
.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: red;
  border-radius: 0.69em;
  background-color: red;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}
.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}
.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, #821e91),
      color-stop(25%, #821e91),
      color-stop(25%, #edd134),
      color-stop(50%, #ff0),
      color-stop(50%, #edd134),
      color-stop(50%, #59ba00),
      color-stop(76%, #59ba00),
      color-stop(76%, #111),
      to(#111)
    ),
    -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(
      0deg,
      #821e91 0,
      #821e91 25%,
      #edd134 25%,
      #ff0 50%,
      #edd134 50%,
      #59ba00 50%,
      #59ba00 76%,
      #111 76%,
      #111 100%
    ),
    linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.headoreabis__search {
  /* padding-bottom: 2px; */
  padding-bottom: 50px;

  padding-right: 8px;
}
@media only screen and (min-width: 1024px) {
  .main-headoreabis--with-search .headoreabis__search {
    width: 278px;
  }
}
.search-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .search-form {
    margin-bottom: 0;
  }
}
.search-form .fa-close,
.search-form .fa-search {
  position: absolute;
  border: none;
  top: 3px;
  right: 0;
  padding: 0;
  background-color: transparent;
}
/* .search-form .reset-button {
  display: none;
  position: absolute;
  border: none;
  bottom: 1px;
  right: 2em;
  padding: 0;
  background-color: transparent;
} */

/* .search-form .reset-button {
  display: none;
  position: absolute;
  border: none;
  bottom: 7px;
  right: 1em;
  padding: 0;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid #00000029;
  border-radius: 30px;
  width: 46px;
} */

@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .search-form .reset-button {
    right: 0;
  }
  .search-form .reset-button {
    display: none;
    position: absolute;
    /* border: none; */
    /* bottom: -2px; */
    /* right: 1em; */
    /* padding: 0; */
    /* background-color: transparent; */
    /* font-size: 15px; */
    /* border: 1px solid #00000029; */
    /* border-radius: 30px; */
    width: 86px;
}
  
}
.search-field {
  width: 224px;
    opacity: 40;
  -webkit-transition: opacity 0.24s ease-out, width 0.24s ease-out;
  transition: opacity 0.24s ease-out, width 0.24s ease-out;
  height: 24px;
  border-radius: 0;
  padding-right: 30px;
  padding-bottom: 4px;
  border-bottom: none;
}
.search-field:focus {
  width: 100%;
}
.search-field::-webkit-input-placeholder {
  color: #717171;
}
.search-field::-moz-placeholder {
  color: #717171;
}
.search-field::-ms-input-placeholder {
  color: #717171;
}
.search-field::placeholder {
  color: #717171;
}
.search-active .search-field {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.24s ease-in 0.16s;
  transition: opacity 0.24s ease-in 0.16s;
}
.search-bottom-border {
  width: 0;
  float: right;
  display: block;
  height: 1px;
  background-color: #989494;
  -webkit-transition: width 0.24s ease-out;
  transition: width 0.24s ease-out;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .search-bottom-border {
    width: 100%;
  }
}
.search-active .search-bottom-border {
  width: 100%;
  -webkit-transition: width 0.24s ease-in;
  transition: width 0.24s ease-in;
}
.suggestions {
  display: block;
  /* position: absolute; */
  width: inherit;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  left: 0;
  right: 0;
  padding-top: 20px;
  z-index: 100;
}
@media only screen and (min-width: 1680px) {
  .suggestions {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .suggestions {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .suggestions {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .suggestions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.suggestions__list ul {
  list-style-type: none;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .suggestions__list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.suggestions__list li {
  padding-right: 48px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .suggestions__list li {
    max-width: 385px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .suggestions__list li {
    padding-right: 0;
  }
}
.suggestions__list li a:focus-visible {
  outline: 2px auto #000;
}
.suggestions__list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .suggestions__list figure {
    max-width: 335px;
  }
}
@media only screen and (min-width: 1024px) {
  .suggestions__list img {
    max-width: 335px;
    max-height: 194px;
  }
}
.suggestions__list figcaption {
  position: absolute;
  color: #fff;
  margin-bottom: 16px;
  margin-left: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.suggestions a:hover {
  text-decoration: none;
}
.search-suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
  line-height: 20px;
  padding-right: 8px;
}
.search-suggestion:hover {
  background-color: #f6f6f6;
}
.search-suggestion img {
  max-width: 80px;
  margin-right: 12px;
  aspect-ratio: 1;
}
.search-suggestion .search-suggestions-match {
  font-weight: bold;
}
.suggestion-buttons .button:first-child {
  margin-right: 5px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .search-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .icon-search-mobile {
    display: none;
  }
  .icon-search-mobile.show {
    display: block;
  }
  .site-search .search-field {
    visibility: visible;
  }
  .site-search__button {
    display: none;
  }
  .suggestions {
    top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 42px);
    overflow: scroll;
    padding-bottom: var(--headoreabis-height);
  }
  .mobile-search-wrapper {
    /* padding-bottom: 18px; */
    padding-bottom: 100px;
    height: 42px;
  }
  .main-headoreabis--with-search .mobile-search-wrapper {
    display: block;
  }
  .search-field {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.24s ease-in 0.16s;
    transition: opacity 0.24s ease-in 0.16s;
  }
  .search-toggle {
    display: none;
  }
  .sticky-headoreabis-up .search-toggle {
    display: block;
  }
  .main-headoreabis--with-search.sticky-headoreabis-up .search-toggle {
    display: none;
  }
}
.suggestion-cdc-link-wrapper {
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .suggestion-cdc-link-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 190px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .suggestion-cdc-link-wrapper {
    text-align: right;
  }
}
.js-searchbar-recommendations {
  display: none;
}
.searchbar-contentorea-title {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700;
}
.suggestions-label {
  color: #717171;
}
hr {
  margin: 0;
  border-color: #e5e5e5;
}
.product-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.product-card .add-to-cart-from-wishlist.button[disabled] {
  pointer-events: auto;
}
.product-card--customizable-set {
  padding-bottom: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.product-card--customizable-set:last-of-type {
  border: none;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-card--customizable-set {
    padding-bottom: 24px;
  }
}
.product-card--customizable-set .description-value,
.product-card--customizable-set .product-card__quantity,
.product-card--customizable-set .product-card__description {
  color: #717171;
}
.product-card--customizable-set .product-card__products-in-set {
  width: 100%;
}
.product-card--customizable-set
  .product-card__products-in-set
  .product-card__price {
  color: #717171;
}
.product-card--customizable-set
  .product-card__products-in-set
  .product-card__description {
  width: unset;
  max-width: 100%;
}
.product-card--customizable-set
  .product-card__products-in-set
  .product-card__availability {
  display: none;
}
.product-card--customizable-set
  .product-card__products-in-set
  .product-card__in-set[data-available="false"]
  .product-card__price {
  display: none;
}
.product-card--customizable-set
  .product-card__products-in-set
  .product-card__in-set[data-available="false"]
  .product-card__availability {
  display: block;
}
.product-card--customizable-set
  .product-card__products-in-set
  .product-card__info {
  overflow: hidden;
  max-width: unset;
}
.product-card--customizable-set .product-card__info {
  position: relative;
}
.product-card--customizable-set
  .product-card__wrapper-block:not(:last-child).product-card__customizable-set {
  padding-bottom: 0;
}
.product-card--customizable-set.product-card__account.product-card__account--summary.product-display-block {
  margin-bottom: 0;
  margin-top: 0;
}
.product-card__products-in-set {
  margin-top: 16px;
}
.product-card__products-in-set
  .product-card:last-child
  .product-card__wrapper-block {
  padding-bottom: 0;
}
.product-card__products-in-set .product-card.product-card__cart {
  padding-bottom: 0;
}
.product-card__products-in-set
  .product-card.product-card__account.product-display-block {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
.product-card__products-in-set .product-card__name {
  margin-bottom: 4px;
}
.product-card__products-in-set .product-card:not(:last-child)::before {
  display: none;
}
.product-card__products-in-set .line-item-total-price {
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.product-card__products-in-set .product-card__image-block {
  width: 90px;
  height: 90px;
  margin-right: 12px;
}
.product-card__products-in-set .product-card__image-block img {
  width: 90px;
  height: 90px;
}
.product-card__products-in-set .product-card__wrapper-block {
  min-height: 90px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.product-card__products-in-set .product-card__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717171;
}
@media only screen and (min-width: 1680px) {
  .product-card__products-in-set .product-card__info {
    max-width: 233px;
    width: 233px;
  }
}
.product-card .customizable-set__swatch-image {
  border-radius: 100%;
  overflow: hidden;
  height: 12px;
  width: 12px;
  min-width: 12px;
}
.product-card__wrapper-block {
  position: relative;
  width: 100%;
  display: grid;
  grid-template: ". ." auto "notifications notifications" / -webkit-min-content 1fr;
  grid-template: ". ." auto "notifications notifications" / min-content 1fr;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.product-card:last-of-type {
  margin-bottom: 16px;
}
.product-card__image-block {
  position: relative;
}
@media only screen and (min-width: 1680px) {
  .product-card__image-block {
    margin-right: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-card__image-block {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-card__image-block {
    margin-right: 16px;
  }
}
.product-card__image-block .product-card__image-button {
  position: absolute;
  top: 12px;
  right: 12px;
}
.product-card__image-link:hover {
  text-decoration: none;
}
.product-card__image {
  height: 100%;
}
@media only screen and (min-width: 1680px) {
  .product-card__image {
    height: 192px;
    width: 192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-card__image {
    height: 144px;
    width: 144px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-card__image {
    height: 160px;
    width: 160px;
  }
}
.product-card__image .product-card__product-in-set {
  width: 90px;
  height: 90px;
}
.product-card__image-complimentary {
  width: 100px;
}
.product-card__image-recommendation {
  width: 100px;
}
.product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 20px;
}
@media only screen and (max-width: 1679.5px) {
  .product-card__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-card__info {
    max-width: 175px;
    width: 175px;
  }
}
@media only screen and (min-width: 1680px) {
  .product-card__info {
    max-width: 205px;
    width: 205px;
  }
}
@media only screen and (max-width: 375px) {
  .product-card__info {
    max-width: 140px;
  }
}
.product-card__name {
  font-weight: bold;
  margin-bottom: 8px;
}
.product-card__name:hover {
  text-decoration: none;
}
.product-card__loyalty {
  display: block;
}
.product-card__description {
  margin-bottom: 8px;
  max-width: 300px;
}
.product-card__description .description-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.product-card__description .description-value_tryitfirst {
  margin: 0;
  white-space: initial;
}
.product-card__description .line-item-attributes {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-card__price {
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-block: 8px;
}
.product-card__quantity-block {
  margin-bottom: 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}
.product-card__expiry-date-block {
  margin-bottom: 8px;
  color: #717171;
}
.product-card__notifications {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-area: notifications;
}
.product-card__remove {
  text-transform: capitalize;
}
.product-card__message {
  display: block;
  padding-top: 12px;
}
.product-card__notification:first-child {
  margin: 12px 0 0;
}
.product-card__attributes {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1679.5px) {
  .product-card__description,
  .product-card__price {
    max-width: 175px;
    max-height: 60px;
    overflow: hidden;
  }
}
@media screen and (max-width: 360px) {
  .product-card__description,
  .product-card__price {
    max-width: 140px;
  }
}
.product-card__name {
  max-height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1679.5px) {
  .product-card__name {
    max-width: 175px;
  }
}
@media screen and (max-width: 360px) {
  .product-card__name {
    max-width: 140px;
  }
}
.product-card__description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.product-card__swatch-image {
  border-radius: 100%;
  overflow: hidden;
  height: 12px;
  width: 12px;
  min-width: 12px;
}
.product-card + .product-card.complimentary-card {
  margin-top: 0;
}
.product-card--gwp .product-card__info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-card--gwp .product-card__name,
.product-card--gwp .product-card__price {
  margin-bottom: 16px;
}
.product-card--gwp .product-card__quantity {
  margin-bottom: 0;
}
.product-card--product-summary.product-card .product-card {
  line-height: 20px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-card--product-summary.product-card .product-card__quantity-block {
    display: block;
    margin-bottom: 0;
  }
  .product-card--product-summary.product-card .product-card__quantity {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-card--product-summary.product-card .product-card__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product-card--product-summary.product-card .product-card__description {
    margin-bottom: 24px;
  }
  .product-card--product-summary.product-card .product-card__price {
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1680px) {
  .product-card--product-summary.product-card .product-card__name,
  .product-card--product-summary.product-card .product-card__description,
  .product-card--product-summary.product-card .product-card__price {
    max-width: 325px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-card--product-summary.product-card .product-card__name,
  .product-card--product-summary.product-card .product-card__description,
  .product-card--product-summary.product-card .product-card__price {
    max-width: 203px;
  }
}
.product-card:not(:last-child) .product-card__wrapper-block {
  padding-bottom: 16px;
}
.product-card:not(:last-child).complimentary-card::before {
  content: none;
}
.product-display-block {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.complimentary-card .product-card__image-block {
  margin-right: 12px;
}
.complimentary-card .product-card__description {
  margin-bottom: 12px;
}
.complimentary-card .product-card__price {
  margin-bottom: 0;
  margin-block: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.complimentary-card .product-card__info {
  width: 100%;
}
.complimentary-card .product-card__wrapper-block {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.complimentary-card .product-card__notifications {
  width: auto;
}
.complimentary-card .product-card__name {
  margin-bottom: 8px;
}
.complimentary-card:not(:last-child) .product-card__wrapper-block {
  padding-bottom: 24px;
}
.cart-upsell-products .add-to-cart-upsell {
  max-width: 159px;
  padding: 12px;
}
.cart-upsell-products .product-card__info {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .cart-upsell-products .product-card__info {
    max-width: 140px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .cart-upsell-products .product-card__description {
    max-width: 140px;
  }
}
.cart-upsell_wording {
  font-size: 9px;
}
.message-less__available-link,
.click-message-less {
  color: #d70000;
}
.message-less__available-link:hover,
.click-message-less:hover {
  text-decoration: none;
  color: #d70000;
}
.click-message-less {
  text-decoration: underline;
}
.product-card--gwp .product-card__notifications {
  display: none;
}
.quantity-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity-buttons__button:first-of-type {
  margin-right: 12px;
}
.product-block-contentorea{
  z-index: 1;
}
.product-block-contentorea.reviews-block__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 60px;
  padding-top: 40px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-block-contentorea.reviews-block__active {
    padding-top: 0;
  }
}
.reviews-block__title {
  display: none;
}
.reviews-block__resume {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews-block .reviews-block__contentorea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .reviews-block .reviews-block__contentorea {
    max-width: 620px;
    margin-left: 30px;
  }
}
.reviews-block__active .reviews-block__contentorea {
  min-width: auto;
}
.reviews-block__active .reviews-block__title {
  display: block;
}
.reviews-block__active .reviews-block__title .reviews-title {
  margin-right: 2%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block__active .reviews-block__title .reviews-title {
    margin: 17px 0 10px;
    margin-left: 0;
  }
}
.reviews-block__active .reviews-block__resume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .reviews-block__active .reviews-block__resume {
    max-width: 210px;
  }
}
.reviews-block__active .reviews-block__resume-contentorea{
  margin-bottom: 60px;
  max-width: 210px;
  text-align: center;
  word-break: normal;
  color: #717171;
}
@media (min-width: 1024px) {
  .reviews-block__active .reviews-block__resume-contentorea{
    margin-bottom: 0;
  }
}
.reviews-block__active .reviews-block__resume-contentorea.resume-title {
  display: block;
  margin-bottom: 18px !important;
  color: #000;
}
.reviews-block__active .resume-text {
  margin-bottom: 0;
}
.reviews-block__active .resume-link {
  text-decoration: underline;
  color: #717171;
}
div.bv_modal_component_containerorea[data-bv-modal] {
  display: none !important;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: -1 !important;
}
div.bv_modal_component_containerorea[data-bv-modal] .bv_modal_outer_contentorea {
  display: none !important;
  opacity: 0;
}
div.bv_modal_component_containerorea[data-bv-modal]
  .bv_modal_outer_contentorea::before {
  display: block !important;
}
div.bv_modal_component_containerorea[data-bv-modal] .bv_histogram_row_containerorea {
  display: none !important;
}
div.bv_modal_component_containerorea[data-bv-modal] .bv_button_buttonFull {
  display: none !important;
}
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_ratings_summary
  .bv_stars_component_containerorea,
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  #ratings-summary
  .bv_stars_component_containerorea {
  padding-right: 0 !important;
}
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_ratings_summary
  .bv-secondary-rating-summary,
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  #ratings-summary
  .bv-secondary-rating-summary {
  display: none !important;
}
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_ratings_summary
  .bv_avgRating_component_containerorea.notranslate,
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  #ratings-summary
  .bv_avgRating_component_containerorea.notranslate {
  display: none !important;
}
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_ratings_summary
  .bv_numReviews_text,
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  #ratings-summary
  .bv_numReviews_text {
  display: none !important;
}
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_ratings_summary:focus-visible,
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  #ratings-summary:focus-visible {
  outline: 2px solid #000;
}
[data-bv-show="rating_summary"] .bv_main_containerorea .bv_ratings_summary::after,
[data-bv-show="rating_summary"] .bv_main_containerorea #ratings-summary::after {
  content: attr(data-reviewsCount);
  color: #000 !important;
  line-height: 14px !important;
  text-decoration: underline;
  font-size: 13px !important;
  font-family: 'ITC Galliard', serif !important;
}
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_main_containerorea_row_flex
  + .bv_main_containerorea_row_flex {
  display: none !important;
}
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_main_containerorea_row_normal,
[data-bv-show="rating_summary"]
  .bv_main_containerorea
  .bv_main_containerorea_line_break {
  display: none !important;
}
.reviews-block__active .value [data-bv-show="reviews"] {
  width: 100%;
  padding: 3px 20px 40px 16px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 13px !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-masthead {
  background-color: transparent !important;
}
.reviews-block .reviews-block__resume .bv-cleanslate.cloned .bv-contentorea-search,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar {
  padding: 0 !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-rating,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-rating {
  font-size: 22px !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-percent-recommend-containerorea,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-percent-recommend-containerorea {
  display: none !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-secondary-summary,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-secondary-summary {
  width: 100% !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
  text-align: center !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio
  .bv-rating-stars-containerorea,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio
  .bv-rating-stars-containerorea {
  pointer-events: none !important;
  cursor: default !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-stars-containerorea
  .bv-rating-stars,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-stars-containerorea
  .bv-rating-stars {
  height: auto !important;
  font-size: 20px !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-stars-containerorea
  .bv-rating-stars.bv-rating-stars-off,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-stars-containerorea
  .bv-rating-stars.bv-rating-stars-off {
  color: #989494 !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-stars-containerorea:focus,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-stars-containerorea:focus {
  outline: none !important;
  border: none;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio-number,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio-number {
  padding-right: 0 !important;
  width: 50% !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio-number
  .bv-rating,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio-number
  .bv-rating {
  position: relative;
  width: 100% !important;
  text-align: right !important;
  border: none !important;
 font-family: 'ITC Galliard', serif !important;
  font-weight: 500 !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio-number
  .bv-rating::before,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio-number
  .bv-rating::before {
  content: "";
  position: absolute;
  right: 7px;
  top: -1px;
  height: 21px;
  width: 1px;
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  background: #000;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio-count,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio-count {
  width: 15px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio-count
  .bv-rating-label,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio-count
  .bv-rating-label {
  position: relative !important;
  width: 100% !important;
  padding: 0 !important;
  font-size: 0 !important;
  outline: none !important;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio-count
  .bv-rating-label::before,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio-count
  .bv-rating-label::before {
  content: "5";
  position: absolute;
  height: 23px;
  width: 20px;
  font-size: 22px !important;
 font-family: 'ITC Galliard', serif !important;
  font-weight: 500 !important;
  color: #000;
}
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-contentorea-search
  .bv-stars-containerorea
  .bv-rating-ratio-count
  .bv-rating-label:focus,
.reviews-block
  .reviews-block__resume
  .bv-cleanslate.cloned
  .bv-masthead-product.bv-summary-bar
  .bv-stars-containerorea
  .bv-rating-ratio-count
  .bv-rating-label:focus {
  outline: none !important;
}
.reviews-block .reviews-block__resume .bv-cleanslate.cloned .bv-searchbar {
  display: none !important;
}
.reviews-block .value [data-bv-show="reviews"] #BVRRSearchcontainerorea {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-containerorea {
  width: 100% !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-containerorea
  .bv-contentorea-placeholder {
  margin: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-containerorea
  .bv-contentorea-placeholder
  .bv-rating-none {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-containerorea
  .bv-contentorea-placeholder
  .bv-submission-button {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-action-bar {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-section-summary {
  display: none !important;
  margin-left: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-section-summary
  .bv-flex-containerorea-column {
  width: 100% !important;
  margin-left: 0 !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-headoreabis
    .bv-section-summary
    .bv-flex-containerorea-column {
    margin-left: 10px !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-section-summary
  .bv-flex-containerorea-column
  .bv-contentorea-secondary-ratings-containerorea {
  background-color: #fff !important;
  border: 1px solid #cecece !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-section-summary
  .bv-flex-containerorea-column
  .bv-inline-histogram-ratings-star,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-section-summary
  .bv-flex-containerorea-column
  .bv-inline-histogram-ratings-score {
  color: #717171 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin: 0 !important;
  background: transparent !important;
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .review-list__reviews {
  width: 100% !important;
  position: absolute !important;
  text-align: center !important;
  font-size: 13px !important;
  color: #717171 !important;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-headoreabis
    .bv-control-bar
    .review-list__reviews {
    position: static !important;
    color: #000 !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-control-bar-count {
  text-align: left !important;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-headoreabis
    .bv-control-bar
    .bv-control-bar-count {
    position: absolute !important;
    top: -44px !important;
    left: 0 !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-control-bar-count
  .bv-contentorea-pagination-pages-current {
  font-size: 13px !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-relevancy-link-target {
  display: none !important;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-headoreabis
    .bv-control-bar
    .bv-control-bar-sort {
    position: absolute !important;
    top: -44px !important;
    right: 0 !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-headoreabis
    .bv-control-bar
    .bv-control-bar-sort
    .bv-dropdown-label {
    line-height: 20px !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-dropdown-label {
  font-size: 13px !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-dropdown-label.original {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-dropdown-target {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-control-bar-sort
  .bv-focusable {
  height: 24px !important;
  width: 100px !important;
  line-height: 20px;
  background-color: #fff !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-control-bar-sort
  .bv-focusable
  .bv-dropdown-title {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-control-bar-sort
  .bv-focusable
  .bv-dropdown-arrow {
  right: auto !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-control-bar-sort
  .bv-focusable
  .bv-dropdown-arrow::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  font-family: 'fark', sans-serif; 
  color: #000;
  background-image: url("  /fr_FR/images/icons/ArrowDown.svg");
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-focusable {
  border: 0 !important;
  line-height: 0 !important;
  outline: 0 !important;
  color: #000 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-focusable:focus {
  outline: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-focusable.bv-filter-control {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-expand-filter-button:hover,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-headoreabis
  .bv-control-bar
  .bv-expand-filter-button:focus {
  background-color: #cecece !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-placeholder {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-placeholder {
    margin: 0 40px !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-placeholder
  .bv-rating-stars {
  font-size: 20px !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-filter
  .bv-filters {
  padding: 20px 0 0 !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-filter
    .bv-filters {
    padding-left: 10px !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-filter
  .bv-contentorea-filter-select {
  margin: 0 10px 5px 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-filter
  .bv-dropdown-title {
  font-style: normal !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-filter
  .bv-active-filter-button {
  margin-right: 10px !important;
  text-transform: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-filter
  .bv-active-filter-button-clear {
  border: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-filter
  .bv-active-filters {
  margin-left: 0 !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-filter
    .bv-active-filters {
    margin-left: 10px !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-author-userinfo {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-headoreabis
  .bv-contentorea-title {
  margin-top: 10px !important;
  font-weight: bold !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-summary-body
  .bv-contentorea-product-questions,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-summary-body
  .bv-contentorea-tag-dimensions {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-author-profile {
  position: relative !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-profile {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-profile
  .bv-author-avatar {
  margin: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-profile
  .bv-contentorea-author-name
  .bv-author {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 13px !important;
  font-family: 'ITC Galliard', serif !important;
  font-weight: normal !important;
  pointer-events: none;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-profile
  .bv-contentorea-author-name
  .bv-author:focus {
  outline: none !important;
  border: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-profile
  .bv-contentorea-author-name
  .bv-author::after {
  content: ",";
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-profile
  .bv-author-location {
  margin: 0 !important;
  font-size: 13px !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-item-author-profile-offset-on {
    margin-bottom: 0 !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core {
  position: relative !important;
  font-family: 'ITC Galliard', serif !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -5px;
    height: 100%;
    width: 1px;
    background: #e5e5e5;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-summary-body-text {
  font-size: 13px !important;
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-summary-body-text
  p {
  margin-bottom: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-data-recommend-yes {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-data-recommend-yes
  .bv-contentorea-data-label-containerorea {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 13px !important;
  font-family: 'ITC Galliard', serif !important;
  font-weight: bold !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-data-recommend-yes
  .bv-contentorea-data-value {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 8px !important;
  font-weight: bold !important;
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-data-recommend-yes
  .bv-contentorea-data-value
  .bv-contentorea-data-icon {
  position: relative !important;
  display: inline-block !important;
  height: 13px !important;
  width: 20px !important;
  font-size: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-data-recommend-yes
  .bv-contentorea-data-value
  .bv-contentorea-data-icon::after {
  content: "";
  position: absolute;
  top: -2px;
  height: 100%;
  width: 100%;
  background: no-repeat 65%/80% 100%;
  background-image: url("  /fr_FR/images/icons/Check.svg");
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-data-recommend-yes
  .bv-contentorea-data-value
  .bv-contentorea-data-label {
  position: relative !important;
  font-size: 13px !important;
  font-weight: bold !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-data-recommend-yes
  .bv-contentorea-data-value
  .bv-contentorea-data-label::after {
  content: ",";
  position: absolute;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-headoreabis {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-headoreabis {
    padding-right: 0 !important;
  }
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-headoreabis
    .bv-contentorea-author-name
    .bv-author {
    font-size: 13px !important;
    font-family: 'ITC Galliard', serif !important;
    font-weight: normal !important;
    pointer-events: none;
  }
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-headoreabis
    .bv-contentorea-author-name
    .bv-author:focus {
    outline: none !important;
    border: none !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-details-offset-on {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-details-offset-on
    .bv-contentorea-summary {
    padding-left: 0 !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-badges-containerorea {
  display: none !important;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-headoreabis-meta {
    position: relative !important;
    width: 100% !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-headoreabis-meta
  .bv-rating-stars-off {
  color: #989494 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-datetime {
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-datetime
  .bv-contentorea-datetime-dot {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-core
  .bv-contentorea-datetime
  .bv-contentorea-datetime-stamp {
  font-size: 13px !important;
  color: #717171 !important;
}
@media (min-width: 1024px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-datetime
    .bv-contentorea-datetime-stamp {
    position: relative !important;
    margin-left: 14px !important;
  }
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-datetime
    .bv-contentorea-datetime-stamp::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    height: 3px;
    width: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #000;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .reviews-block
    .value
    [data-bv-show="reviews"]
    #BVRRcontainerorea
    .bv-cleanslate
    .bv-contentorea-list-reviews
    .bv-contentorea-core
    .bv-contentorea-datetime {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
  }
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-data {
  margin-bottom: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-data
  .bv-contentorea-data-recommend-no {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-feedback-vote-request,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-btn {
  font-family: 'ITC Galliard', serif !important;
  font-size: 13px !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-feedback-vote-request {
  margin-left: 0 !important;
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-btn-count {
  color: #000 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-btn {
  color: #000 !important;
  border-radius: 100px !important;
  border: 1px solid #e5e5e5 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-btn:hover {
  background-color: transparent !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-btn.bv-contentorea-btn-feedback-yes {
  background-color: #989494 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-active-feedback
  .bv-contentorea-btn.bv-contentorea-btn-feedback-no {
  background-color: #fff !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-actions-containerorea.bv-active-feedback {
  display: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-mbox-breadcrumb,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-required-fields-text,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-mbox-injection-target {
  padding-left: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-mbox-breadcrumb
  .bv-mbox-breadcrumb-item,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-required-fields-text
  .bv-mbox-breadcrumb-item,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-mbox-injection-target
  .bv-mbox-breadcrumb-item {
  font-weight: normal !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-input-fieldsets {
  padding: 20px !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-fieldsets-actions
  .bv-fieldset-inner {
  padding: 0 40px 10px !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-fieldsets-actions
  .bv-fieldset-inner
  .bv-submission-button-submit,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-fieldsets-actions
  .bv-fieldset-inner
  .bv-submission-button-submit:hover {
  padding: 8px 24px !important;
  font-size: 10px !important;
  letter-spacing: 0.085em !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-required-fields-text,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-fieldset-casltext,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-text,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-inline-form-containerorea
  .bv-mbox-contentorea-submission-comment
  .bv-helper-label {
  font-family: 'ITC Galliard', serif !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-list-clientresponses,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-secondary-contentorea-clientresponse {
  margin-left: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-list-comments {
  margin-top: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-list-comments
  .bv-secondary-contentorea-comment {
  margin-left: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-list-comments
  .bv-secondary-contentorea-comment
  .bv-contentorea-headoreabis {
  padding-left: 0 !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-list-comments
  .bv-secondary-contentorea-comment
  .bv-contentorea-summary,
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-list-reviews
  .bv-contentorea-list-comments
  .bv-secondary-contentorea-comment
  .bv-active-feedback {
  padding-left: 4px !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-pagination {
  position: absolute !important;
  left: 50% !important;
  bottom: -20px !important;
  margin: 0 !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-pagination
  .bv-contentorea-btn-pages-load-more {
  position: relative;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #000 !important;
  background-color: #fff !important;
  border-radius: 50% !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-pagination
  .bv-contentorea-btn-pages-load-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("  /fr_FR/images/icons/Plus_2.svg")
    no-repeat center;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-pagination
  .bv-contentorea-btn-pages-load-more:focus {
  outline: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-pagination
  .bv-contentorea-btn-pages-load-more:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.reviews-block
  .value
  [data-bv-show="reviews"]
  #BVRRcontainerorea
  .bv-cleanslate
  .bv-contentorea-pagination
  .bv-contentorea-btn-pages-load-more
  .bv-contentorea-btn-pages-load-more-text {
  font-size: 0 !important;
}
.reviews-block .value [data-bv-show="reviews"] .bv-searchbar,
.reviews-block .value [data-bv-show="reviews"] .bv-author-userstats,
.reviews-block .value [data-bv-show="reviews"] .bv-action-bar-headoreabis,
.reviews-block .value [data-bv-show="reviews"] .bv-inline-histogram-headoreabis,
.reviews-block .value [data-bv-show="reviews"] .bv-histogram-filter-helper,
.reviews-block .value [data-bv-show="reviews"] .bv-contentorea-details-containerorea,
.reviews-block .value [data-bv-show="reviews"] .bv-contentorea-report-btn,
.reviews-block .value [data-bv-show="reviews"] .bv-stub-contentorea-item {
  display: none !important;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0 !important;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby
  .bv-dropdown-item {
  padding: 6px 19px !important;
  width: 100% !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-family: 'ITC Galliard', serif !important;
  font-size: 13px !important;
  text-align: right !important;
  text-transform: lowercase !important;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby
  .bv-dropdown-item:hover {
  background-color: transparent !important;
  color: #717171 !important;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby
  .bv-dropdown-item:focus {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby
  .bv-dropdown-item.bv-dropdown-item-selected {
  font-weight: bold !important;
  background-color: transparent !important;
  border-left: 1px solid #000 !important;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby
  .bv-dropdown-item#data-bv-dropdown-item-positive {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby
  .bv-dropdown-item#data-bv-dropdown-item-negative {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.bv-cv2-cleanslate
  .bv-dropdown-containerorea
  .bv-compat
  .bv-dropdown
  #bv-dropdown-select-reviews-sortby
  .bv-dropdown-item#data-bv-dropdown-item-mostRecent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#bv-mbox-overlay-id {
  display: none !important;
}
#bv-mboxzone-lightbox {
  display: none !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper {
  background-color: #fff !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox {
  padding: 30px 0 0 30px !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-mbox-close {
  padding: 20px !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-subject-name-headoreabis {
  color: #000 !important;
}
@media (min-width: 1024px) {
  #bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-subject-name-headoreabis {
    display: none !important;
  }
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-mbox-breadcrumb {
  padding: 20px 15px !important;
  font-size: 26px !important;
  line-height: 30px !important;
}
@media (min-width: 1024px) {
  #bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-mbox-breadcrumb {
    padding: 38px 0 40px !important;
  }
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-mbox-breadcrumb
  .bv-mbox-breadcrumb-item {
  width: 90% !important;
  line-height: initial !important;
}
@media (min-width: 1024px) {
  #bv-mboxzone-lightbox
    .bv-mbox-wrapper
    .bv-mbox
    .bv-mbox-breadcrumb
    .bv-mbox-breadcrumb-item {
    width: 70% !important;
  }
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-required-fields-text {
  padding-left: 15px !important;
  font-family: 'ITC Galliard', serif !important;
}
@media (min-width: 1024px) {
  #bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-required-fields-text {
    padding-left: 0 !important;
  }
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset {
  background-color: #fff !important;
  border-left: 1px solid #f2f2f2 !important;
  padding: 16px 0 !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-fieldset
  .bv-fieldset-label {
  font-size: 20px !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset.bv-fieldset-rating,
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset.bv-email-field {
  border-left: 0 !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-fieldset
  .bv-fieldset-arrowicon {
  border-left-color: #fff !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset .bv-rating-helper {
  font-family: 'ITC Galliard', serif !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  letter-spacing: 0.03em !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox #bv-textarea-field-reviewtext {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset-rating {
  background-color: #f2f2f2 !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-fieldset-rating
  .bv-submission-star-rating-on
  .bv-rating-link {
  background-color: #000 !important;
  border-color: #000 !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-select {
  font-style: normal !important;
  border-top: 0 !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset-label-checkbox {
  font-size: 16px !important;
  vertical-align: bottom !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-fieldset-label-checkbox
  .bv-text-link {
  font-size: 16px !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-agreements {
  border-left: 1px solid #f2f2f2 !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-agreements
  .bv-fieldset-inner {
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  #bv-mboxzone-lightbox
    .bv-mbox-wrapper
    .bv-mbox
    .bv-fieldsets
    .bv-fieldset.bv-fieldset-agreements
    .bv-fieldset-inner {
    padding-left: 20px !important;
  }
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-submission {
  border-top: 0 !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-submission
  .bv-form-actions-submit.bv-submission-button-submit {
  padding: 12px 48px !important;
  font-size: 10px !important;
  letter-spacing: 0.085em !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-submission
  .bv-fieldset-casltext {
  display: none !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-submission-message
  .bv-submission-icon {
  display: none !important;
}
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-submission-message
  .bv-submission-text {
  font-family: 'ITC Galliard', serif !important;
  font-weight: normal !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset-inner .bv-text,
#bv-mboxzone-lightbox
  .bv-mbox-wrapper
  .bv-mbox
  .bv-review-field-contentorea-wrapper,
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-select {
  border: 1px solid #717171 !important;
  border-radius: 0 !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-required-fields-text,
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-text,
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-rating-helper,
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-select {
  font-size: 13px !important;
}
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-helper-label,
#bv-mboxzone-lightbox .bv-mbox-wrapper .bv-mbox .bv-fieldset .bv-text {
  font-family: 'ITC Galliard', serif !important;
}
.product-detail__editorial .pdp-bv-wrapper {
  min-height: 22px;
}
.category-slot-contentorea-wrapper .slider-generosity {
  position: relative;
  min-width: 0;
}
.category-slot-contentorea-wrapper .slider-generosity .slick-list {
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .category-slot-contentorea-wrapper .slider-generosity .slick-list {
    padding-right: 20%;
  }
}
.category-slot-contentorea-wrapper .slider-generosity .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.category-slot-contentorea-wrapper
  .slider-generosity
  .slick-list
  .slick-track
  .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding: 12px 12px 0;
}
.category-slot-contentorea-wrapper .slider-generosity .slick-arrow {
  position: absolute;
  background-color: #fff;
  top: 30%;
  z-index: 10;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: 0;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .category-slot-contentorea-wrapper .slider-generosity .slick-arrow {
    display: none !important;
  }
}
.category-slot-contentorea-wrapper .slider-generosity .slick-arrow.slick-disabled {
  display: none !important;
}
.category-slot-contentorea-wrapper .slider-generosity .slick-prev {
  background-image: url(  /fr_FR/images/icons/ArrowLeft.svg);
}
@media only screen and (min-width: 1680px) {
  .category-slot-contentorea-wrapper .slider-generosity .slick-prev {
    left: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .category-slot-contentorea-wrapper .slider-generosity .slick-prev {
    left: 10px;
  }
}
.category-slot-contentorea-wrapper .slider-generosity .slick-next {
  background-image: url(  /fr_FR/images/icons/ArrowRight.svg);
}
@media only screen and (min-width: 1680px) {
  .category-slot-contentorea-wrapper .slider-generosity .slick-next {
    right: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .category-slot-contentorea-wrapper .slider-generosity .slick-next {
    right: 10px;
  }
}
.category-slot-contentorea-wrapper .slider-generosity .product-card__name {
  max-height: unset;
  max-width: unset;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .category-slot-contentorea-wrapper .slider-generosity .product-card__name {
    outline: 0;
  }
}
.category-slot-contentorea-wrapper
  .slider-generosity
  .product-card__name
  .product-card__image {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.category-slot-contentorea-wrapper .slider-generosity .product-card__image-block,
.category-slot-contentorea-wrapper .slider-generosity .product-card__info {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1680px) {
  .category-slot-contentorea-wrapper .slider-generosity .product-card__image-block,
  .category-slot-contentorea-wrapper .slider-generosity .product-card__info {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .category-slot-contentorea-wrapper .slider-generosity .product-card__image-block,
  .category-slot-contentorea-wrapper .slider-generosity .product-card__info {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .category-slot-contentorea-wrapper .slider-generosity .product-card__image-block,
  .category-slot-contentorea-wrapper .slider-generosity .product-card__info {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .category-slot-contentorea-wrapper .slider-generosity.slick-slider {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .category-slot-contentorea-wrapper .slider-generosity.slick-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .category-slot-contentorea-wrapper .slider-generosity.slick-slider {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1680px) {
  .category-slot-contentorea-wrapper .generosity-carousel__title {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .category-slot-contentorea-wrapper .generosity-carousel__title {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .category-slot-contentorea-wrapper .generosity-carousel__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .category-slot-contentorea-wrapper
    .generosity-carousel__title
    .u-margin-bottom-generosity {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .category-slot-contentorea-wrapper
    .generosity-carousel__title
    .u-margin-bottom-generosity {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .category-slot-contentorea-wrapper
    .generosity-carousel__title
    .u-margin-bottom-generosity {
    margin-bottom: 24px;
  }
}
.modal-generosity-button-return {
  position: absolute;
}
.u-margin-bottom-separate-line {
  margin-top: 0;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 1680px) {
  .u-margin-bottom-separate-line {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .u-margin-bottom-separate-line {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .u-margin-bottom-separate-line {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1680px) {
  .u-margin-bottom-separate-line {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .u-margin-bottom-separate-line {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .u-margin-bottom-separate-line {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.generosity-legal-terms {
  width: 230px;
}
.generosity-checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media only screen and (min-width: 1680px) {
  .generosity-checkbox {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .generosity-checkbox {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .generosity-checkbox {
    width: 16px;
    height: 16px;
  }
}
.generosity-checkbox:checked {
  background-color: #000;
}
.generosity-checkbox:hover {
  cursor: pointer;
}
.post-paypal-popin__delivery-select,
.post-paypal-popin__summary {
  margin-top: 1.25rem;
}
.summary {
  background-color: #f6f6f6;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 49.9375rem) {
  .summary {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.summary-subsection {
  border-bottom: 0.0625rem solid #e5e5e5;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
}
@media screen and (max-width: 49.9375rem) {
  .summary-subsection {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }
}
.summary-subsection__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.1875rem;
}
.summary-subsection__top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.summary-subsection__top__underscore {
  width: 1rem;
  height: 0.1875rem;
  background-color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.3125rem;
}
.summary-subsection__bottom {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
}
@media screen and (max-width: 49.9375rem) {
  .summary-subsection__bottom {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }
}
.summary-subsection__is-total {
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: none;
}
@media screen and (max-width: 49.9375rem) {
  .summary-subsection__is-total {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.price-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-line-description {
  white-space: pre;
}
[data-high-contrast="on"] .price-line {
  color: #000;
  background-color: #fff;
}
.delivery-method-list__item {
  padding: 14px 0;
}
.summary-subsection__top__value {
  font-weight: bold;
}
/* .lazy {
  opacity: 0;
}
.lazy--loaded {
  opacity: 1;
} */
@keyframes link-animation-1 {
  0% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(#000)
    );
    background-image: linear-gradient(to right, #000, #000);
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49.9% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes link-animation-2 {
  0% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(#000)
    );
    background-image: linear-gradient(to right, #000, #000);
    background-size: 0% 1px;
  }
  100% {
    color: #000;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 100% 1px;
  }
}
@keyframes link-animation-3 {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
@keyframes link-animation-4 {
  0% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 0% 1px;
  }
  100% {
    color: #717171;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#717171),
      to(#717171)
    );
    background-image: linear-gradient(to right, #717171, #717171);
    background-size: 100% 1px;
  }
}
.animated-link-1 {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000, #000);
  background-position: 100% 100%;
  background-size: 100% 1px;
  -webkit-animation-duration: 0.84s;
  animation-duration: 0.84s;
}
.animated-link-1:hover,
.animated-link-1:focus,
.animated-link-1.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-1;
  animation-name: link-animation-1;
}
.animated-link-1:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-1 {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-1.animate {
  -webkit-animation-name: link-animation-1;
  animation-name: link-animation-1;
}
.animated-link-2 {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000, #000);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-2:hover,
.animated-link-2:focus,
.animated-link-2.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-2;
  animation-name: link-animation-2;
}
.animated-link-2:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-2 {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-2.animate {
  -webkit-animation-name: link-animation-2;
  animation-name: link-animation-2;
}
.animated-link-3 {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  color: inherit;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-3:hover,
.animated-link-3:focus,
.animated-link-3.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-3:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-3 {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-3.animate {
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-3:hover {
  color: inherit;
}
.animated-link-4,
.footorea-section ul a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-4:hover,
.footorea-section ul a:hover,
.animated-link-4:focus,
.footorea-section ul a:focus,
.animated-link-4.active,
.footorea-section ul a.active {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-4;
  animation-name: link-animation-4;
}
.animated-link-4:focus-visible,
.footorea-section ul a:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-4,
  .footorea-section ul a {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-4.animate,
.footorea-section ul a.animate {
  -webkit-animation-name: link-animation-4;
  animation-name: link-animation-4;
}
.animated-link-5,
.button--underline {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-5:hover,
.button--underline:hover,
.animated-link-5:focus,
.button--underline:focus,
.animated-link-5.active,
.active.button--underline {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-5:focus-visible,
.button--underline:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-5,
  .button--underline {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-5.animate,
.animate.button--underline {
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-6,
.button--underline-reversed {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-position: 0% 100%;
  background-size: 0% 1px;
  -webkit-animation-duration: 0.42s;
  animation-duration: 0.42s;
}
.animated-link-6:hover,
.button--underline-reversed:hover,
.animated-link-6:focus,
.button--underline-reversed:focus,
.animated-link-6.active,
.active.button--underline-reversed {
  outline: none;
  text-decoration: none;
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.animated-link-6:focus-visible,
.button--underline-reversed:focus-visible {
  outline: solid;
}
@media hover {
  .animated-link-6,
  .button--underline-reversed {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.animated-link-6.animate,
.animate.button--underline-reversed {
  -webkit-animation-name: link-animation-3;
  animation-name: link-animation-3;
}
.product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.product-tile:hover {
  text-decoration: none;
}
.product-tile .image-containerorea {
  aspect-ratio: 0.92486;
  background-color: #f2f2f4;
}
@supports not (aspect-ratio: 0.92486) {
  .product-tile .image-containerorea::before {
    float: left;
    padding-top: 92.48555%;
    content: "";
  }
  .product-tile .image-containerorea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.product-tile .image-containerorea:hover .button--quickview {
  width: 100%;
}
.product-tile__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.image-containerorea--has-second-media
  .product-tile__link:hover
  ~ .product-tile__base-media,
.image-containerorea--has-second-media
  .product-tile__link:focus-visible
  ~ .product-tile__base-media {
  opacity: 0;
}
.image-containerorea--has-second-media
  .product-tile__link:hover
  ~ .product-tile__second-media,
.image-containerorea--has-second-media
  .product-tile__link:hover
  ~ .product-tile__freecaster-custom-control,
.image-containerorea--has-second-media
  .product-tile__link:focus-visible
  ~ .product-tile__second-media,
.image-containerorea--has-second-media
  .product-tile__link:focus-visible
  ~ .product-tile__freecaster-custom-control {
  opacity: 1;
}
.image-containerorea--has-video .product-tile__link:hover ~ .product-tile__buttons,
.image-containerorea--has-video
  .product-tile__link:focus-visible
  ~ .product-tile__buttons {
  display: none;
  opacity: 0;
}
.product-tile__base-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.product-tile__second-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.product-tile__freecaster-custom-control {
  position: absolute;
  right: 3%;
  bottom: 3%;
  width: 26px;
  height: 26px;
  z-index: 2;
  border-radius: 50%;
  border: none;
  background: none;
}
.product-tile__freecaster-custom-control:hover ~ .product-tile__second-media,
.product-tile__freecaster-custom-control:focus-visible
  ~ .product-tile__second-media {
  opacity: 1;
}
.product-tile__freecaster-custom-control:hover ~ .product-tile__buttons,
.product-tile__freecaster-custom-control:focus-visible
  ~ .product-tile__buttons {
  display: none;
  opacity: 0;
}
.product-tile .tile-image,
.product-tile .picture-img {
  width: 100%;
  height: auto;
}
.product-tile .tile-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-tile .tile-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .product-tile .tile-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.product-tile .tile-body .price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-tile .tile-body-contentorea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  min-height: 100%;
}
.product-tile.text-center .tile-body > .d-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-tile__name {
  color: #000;
}
.product-tile__short-description {
  color: #717171;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product-tile__intensity {
  color: #717171;
}
.product-tile__above-title {
  margin-bottom: 8px;
}
.product-tile__above-text {
  padding-bottom: 12px;
}
.product-tile__under-text {
  margin-top: 12px;
}
.product-tile .product-detail__tags {
  position: absolute;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0;
  z-index: 1;
}
@media only screen and (min-width: 1680px) {
  .product-tile .product-detail__tags {
    top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-tile .product-detail__tags {
    top: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-tile .product-detail__tags {
    top: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .product-tile .product-detail__tags {
    left: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-tile .product-detail__tags {
    left: 16px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-tile .product-detail__tags {
    left: 8px;
  }
}
@media only screen and (min-width: 1680px) {
  .product-tile .product-detail__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-tile .product-detail__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-tile .product-detail__tags {
    display: initial;
  }
}
.product-tile .product-detail__tag {
  text-transform: capitalize;
}
.product-tile .swatchable-colors__count {
  color: #717171;
}
.product-tile__icons {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
}
.product-tile__buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 16px;
  margin-bottom: 16px;
  z-index: 2;
  -webkit-animation: showOutHover 1s forwards;
  animation: showOutHover 1s forwards;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-tile__buttons {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@-webkit-keyframes showOutHover {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOutHover {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
  }
}
.product-tile-icon {
  background-color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-grid .product-tile-wrapper:nth-child(odd) .product-tile .tile-body {
    padding-left: 20px;
  }
  .product-grid .product-tile-wrapper:nth-child(even) .product-tile .tile-body {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-grid
    .product-tile-wrapper:nth-child(3n + 1)
    .product-tile
    .tile-body {
    padding-left: 40px;
  }
  .product-grid .product-tile-wrapper:nth-child(3n) .product-tile .tile-body {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .product-grid
    .product-tile-wrapper:nth-child(3n + 1)
    .product-tile
    .tile-body {
    padding-left: 48px;
  }
  .product-grid .product-tile-wrapper:nth-child(3n) .product-tile .tile-body {
    padding-right: 48px;
  }
}
.product-tile__description,
.product-tile__short-description {
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-intensity-list {
  font-size: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}
.product-intensity-list .product-intensity {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 8px;
  padding: 0;
  border: 0;
  text-align: center;
  background: #717171;
  display: inline-block;
}
.product-grid.no-gutters {
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-grid.no-gutters {
    margin: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .product-grid.no-gutters {
    margin: 0;
  }
}
.product-grid .grid-small-tags-position {
  display: inline;
}
.product-grid[data-view-type="small"] .grid-small-tags-position {
  display: block;
}
.experience-commerce_assets-productTilePCD {
  height: 100%;
}
.experience-commerce_assets-productTilePCD .product-tile {
  height: 100%;
}
.experience-commerce_assets-productTilePCD .tile-image-wrapper {
  height: 100%;
}
.experience-commerce_assets-productTilePCD .picture-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quick-view {
  z-index: 1051;
}
.quick-view .modal-dialog {
  margin: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  max-height: 100vh;
}
.quick-view .close {
  padding: 0;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .quick-view .close {
    right: 40px;
    top: 18px;
  }
}
.quick-view .modal-headoreabis {
  padding: 22px 0;
}
@media only screen and (min-width: 1024px) {
  .quick-view .modal-headoreabis,
  .quick-view .modal-footorea {
    padding: 0;
  }
}
.quick-view .tile-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.quick-view__contentorea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .quick-view__contentorea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.quick-view__image {
  aspect-ratio: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .quick-view__image {
    -ms-flex-preferred-size: 423px;
    flex-basis: 423px;
  }
}
.quick-view__details {
  margin: auto 0;
  padding: 0 140px 0 83px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.quick-view__details h1 {
  margin-bottom: 16px;
}
.quick-view__details .quick-view__variants {
  margin-bottom: 8px;
}
.quick-view__details .quick-view__filters {
  margin-bottom: 8px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .quick-view__details {
    padding: 0 24px 24px;
    text-align: center;
  }
  .quick-view__details .qv-product-details {
    padding-top: 16px;
  }
  .quick-view__details h1 {
    margin-bottom: 12px;
  }
  .quick-view__details .quick-view__variants {
    margin-bottom: 8px;
    margin-right: -24px;
    margin-left: -24px;
  }
  .quick-view__details .quick-view__filters {
    margin-bottom: 4px;
  }
}
.quick-view__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 12px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .quick-view__filters {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.quick-view__filters .filter {
  border: none;
  background: none;
  padding: 0;
  color: #717171;
}
.quick-view__filters .filter.js-selected {
  font-weight: 700;
  color: #000;
}
.quick-view__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .quick-view__variants {
    padding-top: 8px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.quick-view__submit {
  margin-top: 40px;
}
.quick-view .modal-body {
  max-height: 80vh;
  overflow: auto;
}
.quick-view .modal-body .button {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .quick-view .modal-body .button {
    max-width: 332px;
  }
}
.quick-view .modal-body .button .product-price {
  margin-left: auto;
}
.quick-view .bullet {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border: none;
  background: none;
}
.quick-view .bullet:last-child {
  margin-right: 0;
}
.quick-view .bullet.size {
  padding: 8px 12px;
  margin-right: 12px;
  border-radius: 32px;
  background: #f6f6f6;
  font-size: 13px;
  color: #000;
  margin-bottom: 4px;
  cursor: pointer;
}
.quick-view .bullet.size.js-selected {
  background: #000;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.quick-view .bullet.color {
  padding: 4px;
  margin: 0 6px 6px 0;
}
.quick-view .bullet.color.js-selected .swatch__outline {
  opacity: 1;
}
.quick-view .bullet .swatch__img {
  border-radius: 100%;
  overflow: hidden;
  height: 24px;
  width: 24px;
  min-width: 24px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.quick-view .bullet .swatch__outline {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 32px;
  width: 32px;
  border: 1px solid #989494;
  border-radius: 50%;
  opacity: 0;
}
.quick-view .back-in-stock-overlay {
  margin-top: 8px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .quick-view .back-in-stock-overlay {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .quick-view .back-in-stock-overlay .back-in-stock-title {
    margin-top: 24px;
    text-align: center;
  }
  .quick-view .back-in-stock-overlay .button--static-width {
    max-width: none;
  }
}
.js-qv-wrapper.back-in-stock .js-qv-add-to-cart {
  display: none;
}
.js-qv-wrapper.back-in-stock .js-back-in-stock-overlay {
  display: none;
}
.js-qv-wrapper.back-in-stock-opened .js-back-in-stock {
  display: none;
}
.js-qv-wrapper.back-in-stock-opened .js-qv-product-details {
  display: none;
}
.js-qv-wrapper.back-in-stock-opened .js-back-in-stock-overlay {
  display: block;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  width: 8px;
  height: 6px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots button {
  margin: 0;
  font-size: 0;
  outline-offset: 2px;
  background-color: #989494;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  padding: 0;
  border: none;
}
.slick-dots .slick-active button {
  position: relative;
  background-color: #000;
  width: 6px;
  height: 6px;
}
.slick-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.slick-controls .slick-arrow,
.slick-controls .slick-dots-wrapper {
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .slick-controls {
    gap: 155px;
  }
}
.slick-controls--on-carousel {
  position: absolute;
  left: 23px;
  bottom: 20px;
}
.slick-slider:not(.slick-initialized) {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .modal.modal-double-check-email.fade.show .modal-dialog {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .modal.modal-double-check-email .modal-dialog {
    top: 50%;
    height: 400px;
  }
}
@media only screen and (min-width: 1680px) {
  .modal.modal-double-check-email .modal-dialog {
    max-width: 778px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .modal.modal-double-check-email .modal-dialog {
    max-width: 590px;
  }
}
.modal-double-check-email__send-email-button,
.modal-double-check-email__resend-email-button {
  margin-top: 32px;
}
.veil {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #fff;
}
.spinner {
  width: 120px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 50px;
  background-image: url("../../images/dark-loader.gif");
  background-size: cover;
}
.dqe-addresses__list {
  list-style: none;
}
.dqe-addresses--active {
  padding: 24px 8px;
  border: 1px solid #cecece;
}
.dqe-addresses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  display: block;
}
.dqe-addresses__item:not(:last-child) {
  margin-bottom: 16px;
}
.dqe-addresses__item:hover {
  color: #717171;
}
.dqe-addresses__item.selected {
  outline: 5px auto #000;
  outline-offset: 3px;
  color: #717171;
}
.dqe-addresses__city,
.dqe-addresses__global {
  color: #717171;
}
.dqe-addresses__state,
.dqe-addresses__zipCode,
.dqe-addresses__street {
  padding-right: 5px;
}
.dqe-suggestions__modal .dqe-suggestions__contentorea {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 585px;
  padding: 32px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .dqe-suggestions__modal .dqe-suggestions__contentorea {
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.dqe-suggestions__modal .dqe-suggestions__contentorea .dqe-rnvp-containerorea {
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .dqe-suggestions__modal .dqe-suggestions__contentorea .dqe-rnvp-containerorea {
    max-width: 100%;
  }
}
.dqe-suggestions__modal .dqe-suggestions__contentorea .dqe-rnvp__options {
  padding-bottom: 32px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.dqe-suggestions__modal
  .dqe-suggestions__contentorea
  .dqe-rnvp__options
  .form-check-label {
  margin-left: 32px;
}
.dqe-suggestions__modal
  .dqe-suggestions__contentorea
  .dqe-rnvp__options
  .dqe-rnvp-option:focus-visible {
  outline: none;
}
.dqe-suggestions__modal
  .dqe-suggestions__contentorea
  .dqe-rnvp__options
  .dqe-rnvp-option:focus-visible
  ~ .form-check-label {
  outline: 5px auto #000;
  outline-offset: 3px;
}
.dqe-suggestions__modal .dqe-rnvp-confirm {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .dqe-suggestions__modal .dqe-rnvp-confirm {
    max-width: 331px;
  }
}
.page[data-action="Contact-Show"] .widget__btn {
  display: none;
}
.widget {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1050;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .widget {
    height: auto;
    max-width: 375px;
    right: 3px;
    bottom: 80px;
  }
}
.widget__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  right: 30px;
  bottom: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .widget__btn {
    right: 64px;
    bottom: 44px;
  }
}
.widget__btn:focus {
  outline-offset: 3px;
}
.widget__btn:hover .widget__btn-body {
  background: #000;
}
.widget__btn-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 0;
  padding: 8px 18px;
  border-radius: 32px;
  overflow: hidden;
  background: #303030;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1024px) {
  .widget__btn-body {
    padding: 16px 26px;
  }
}
.widget__btn-body span {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget__btn-logo {
  margin-right: 8px;
  -webkit-transform: translateX(calc(50% + 8px));
  transform: translateX(calc(50% + 8px));
}
.widget__btn-text {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.widget__contentorea-wrap {
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .widget__contentorea-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100vh;
  }
}
.widget__close {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .widget__close {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.widget__contentorea {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
}
.widget__body {
  padding: 64px 24px 32px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .widget__body {
    padding-top: 0;
  }
}
.widget__title {
  font-size: 13px;
  font-weight: 700;
}
.widget__sub-title {
  font-size: 11px;
  margin-bottom: 32px;
}
.widget__btn--expanded .widget__btn-body,
.widget__btn--expanded .widget__btn-text {
  width: 100%;
}
.widget__btn--expanded .widget__btn-logo {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.widget-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
  padding: 0;
  border-radius: 4px;
  border: none;
  background: #f6f6f6;
  overflow: hidden;
  margin-bottom: 16px;
  text-align: left;
  font-size: 11px;
  position: relative;
  width: 100%;
}
.widget-service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 8px 24px;
}
.widget-service__title {
  font-size: 13px;
  font-weight: 700;
}
.widget-service__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 80px;
}
.widget-service__img div,
.widget-service__img p {
  display: inline;
  margin: 0;
  padding: 0;
}
.widget-service__img img {
  width: 100%;
}
.widget-service[disabled] {
  color: #717171;
}
.widget-service[disabled] .widget-service__img img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.pdp-ia-button__icon {
  margin-right: 10px;
  margin-top: -1px;
}
@media only screen and (min-width: 1024px) {
  .bambuser-user-form .offcanvas-popin.fade.show .modal-dialog {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.bambuser-user-form .offcanvas-popin .modal-contentorea{
  position: static;
}
@media only screen and (min-width: 1024px) {
  .bambuser-user-form .offcanvas-popin .modal-dialog {
    max-width: 580px;
    max-height: 90%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .bambuser-user-form .offcanvas-popin .modal-dialog {
    max-width: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .bambuser-user-form .offcanvas-popin .offcanvas__body {
    max-width: none;
  }
}
[data-querystring*="visiblelayout"] .experience-component,
[data-querystring*="visiblelayout"] .contentorea-asset {
  --outline-color: orange;
  --outline-label: "Component";
  outline: 2px solid var(--outline-color);
  position: relative;
  outline-style: auto;
}
[data-querystring*="visiblelayout"] .experience-component::before,
[data-querystring*="visiblelayout"] .contentorea-asset::before {
  content: var(--outline-label);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--outline-color);
  padding: 0 4px;
  color: #fff;
  z-index: 1;
}
[data-querystring*="visiblelayout"] .contentorea-asset {
  --outline-color: purple;
  --outline-label: "content Asset";
}
[data-querystring*="visiblelayout"] .contentorea-asset::before {
  top: -20px;
}
[data-querystring*="visiblelayout"] [class*="_layouts"] {
  --outline-color: green;
  --outline-label: "Layout";
}
[data-querystring*="visiblelayout"] [class*="_layouts"]::before {
  top: -20px;
}
[data-querystring*="visiblelayout"] [class*="experience-dynamic"] {
  --outline-color: blue;
  --outline-label: "Dynamic Component";
}
[data-querystring*="visiblelayout"] [class*="_assets"] {
  --outline-label: "Asset";
}
[data-querystring*="visiblelayout"] [class*="-pageSection"] {
  --outline-color: red;
  --outline-label: "Section";
}
[data-querystring*="visiblelayout"] [class*="-coverImage"] {
  --outline-label: "Cover Image";
}
[data-querystring*="visiblelayout"] [class*="-productTilePCD"] {
  --outline-label: "Product Tile";
}
[data-querystring*="visiblelayout"] [class*="-headingBanner"] {
  --outline-label: "Heading Banner";
}
[data-querystring*="visiblelayout"] [class*="-layoutGridComponents"] {
  --outline-label: "Layout Grid";
}
[data-querystring*="visiblelayout"] [class*="-copyTilePCD"] {
  --outline-label: "Text CTA Tile";
}
[data-querystring*="visiblelayout"] [class*="-pushEditoPCD"] {
  --outline-label: "Push Edito";
}
[data-querystring*="visiblelayout"] [class*="-dynamicCategoryBanner"] {
  --outline-label: "Category Banner";
}
[data-querystring*="visiblelayout"] [class*="-productList"] {
  --outline-label: "Product List";
}
[data-querystring*="visiblelayout"] [class*="-multicollectionCarousel"] {
  --outline-label: "Carousel";
}
[data-querystring*="visiblelayout"] [class*="-imageTilePCD"] {
  --outline-label: "Image Tile";
}
[data-querystring*="visiblelayout"] [class*="-editorialRichTextPCD"] {
  --outline-label: "Richtext Edito";
}
[data-querystring*="visiblelayout"] [class*="-mmmVideo"] {
  --outline-label: "Video Tile";
}
[data-querystring*="visiblelayout"] [class*="-actionResultsPCD"] {
  --outline-label: "Action Results";
}
[data-querystring*="visiblelayout"] [class*="-tutorialTabs"] {
  --outline-label: "Tutorial Tabs";
}
[data-querystring*="visiblelayout"] [class*="-contentTabs"] {
  --outline-label: "content Tabs";
}
[data-querystring*="visiblelayout"] [class*="-ctaButton"] {
  --outline-label: "CTA Button";
}
[data-querystring*="visiblelayout"] [class*="-booxiButton"] {
  --outline-label: "Booxi Button";
}
[data-querystring*="visiblelayout"] [class*="-livestreamButton"] {
  --outline-label: "Livestream Button";
}
[data-querystring*="visiblelayout"] [class*="-instantAdvisoryButton"] {
  --outline-label: "Instant Advisory Button";
}
[data-querystring*="visiblelayout"] [class*="-megaMenu"] {
  --outline-label: "Mega Menu";
}
[data-querystring*="visiblelayout"] [class*="-megaMenuBlock"] {
  --outline-label: "Mega Menu Block";
}
[data-querystring*="visiblelayout"] [class*="-megaMenuLink"] {
  --outline-label: "Mega Menu Link";
}
[data-querystring*="visiblelayout"] [class*="-navigationMultiMatrix"] {
  --outline-label: "Multi Navigation Block";
}
@media only screen and (min-width: 1680px) {
  .push-edito {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .push-edito {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .push-edito {
    padding-bottom: 64px;
  }
}
.push-edito__component {
  position: relative;
  top: 0;
  left: 0;
}
.push-edito img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .push-edito .push-edito__img--size__1 {
    display: block;
  }
  .push-edito .push-edito__img--size__2 {
    display: none;
  }
}
.push-edito__visual {
  aspect-ratio: 0.92486;
  background-color: #f2f2f4;
}
@supports not (aspect-ratio: 0.92486) {
  .push-edito__visual::before {
    float: left;
    padding-top: 92.48555%;
    content: "";
  }
  .push-edito__visual::after {
    display: block;
    content: "";
    clear: both;
  }
}
.push-edito__visual .picture-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.push-edito__visual .experience-video {
  height: 100%;
}
.push-edito__visual .experience-video .experience-component,
.push-edito__visual .experience-video .video-tile,
.push-edito__visual .experience-video .video-containerorea,
.push-edito__visual .experience-video .freecaster-player,
.push-edito__visual .experience-video .contentorea-asset,
.push-edito__visual .experience-video .mmm-video__player,
.push-edito__visual .experience-video .mmm-video-containerorea,
.push-edito__visual .experience-video .mmm-video {
  height: 100%;
}
.push-edito__visual .experience-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.push-edito__tag-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  z-index: 1;
}
.push-edito__tag {
  border-radius: 4px;
  background: #fff;
  padding: 2px 8px;
  font-size: 11px;
  color: #000;
}
.push-edito--size-1 {
  grid-column: span 1;
}
.push-edito--size-1 .push-edito__img--size__1,
.push-edito--size-1 .push-edito__img--size__2,
.push-edito--size-1 .push-edito__visual {
  aspect-ratio: 0.92486;
}
@supports not (aspect-ratio: 0.92486) {
  .push-edito--size-1 .push-edito__img--size__1::before,
  .push-edito--size-1 .push-edito__img--size__2::before,
  .push-edito--size-1 .push-edito__visual::before {
    float: left;
    padding-top: 92.48555%;
    content: "";
  }
  .push-edito--size-1 .push-edito__img--size__1::after,
  .push-edito--size-1 .push-edito__img--size__2::after,
  .push-edito--size-1 .push-edito__visual::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .push-edito--size-1 .push-edito__img--size__2 {
    display: none;
  }
}
.push-edito--size-2 {
  grid-column: span 2;
}
.push-edito--size-2 .push-edito__img--size__1,
.push-edito--size-2 .push-edito__img--size__2,
.push-edito--size-2 .push-edito__visual {
  aspect-ratio: 1.85185;
}
@supports not (aspect-ratio: 1.85185) {
  .push-edito--size-2 .push-edito__img--size__1::before,
  .push-edito--size-2 .push-edito__img--size__2::before,
  .push-edito--size-2 .push-edito__visual::before {
    float: left;
    padding-top: 185.18519%;
    content: "";
  }
  .push-edito--size-2 .push-edito__img--size__1::after,
  .push-edito--size-2 .push-edito__img--size__2::after,
  .push-edito--size-2 .push-edito__visual::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .push-edito--size-2 .push-edito__img--size__1 {
    display: none;
  }
}
.push-edito--size-3 {
  grid-column: span 2;
}
@media only screen and (min-width: 1024px) {
  .push-edito--size-3 {
    grid-column: span 3;
  }
}
.push-edito--size-3 .push-edito__img--size__1,
.push-edito--size-3 .push-edito__img--size__2,
.push-edito--size-3 .push-edito__visual {
  aspect-ratio: 1.93852;
}
@supports not (aspect-ratio: 1.93852) {
  .push-edito--size-3 .push-edito__img--size__1::before,
  .push-edito--size-3 .push-edito__img--size__2::before,
  .push-edito--size-3 .push-edito__visual::before {
    float: left;
    padding-top: 193.85246%;
    content: "";
  }
  .push-edito--size-3 .push-edito__img--size__1::after,
  .push-edito--size-3 .push-edito__img--size__2::after,
  .push-edito--size-3 .push-edito__visual::after {
    display: block;
    content: "";
    clear: both;
  }
}
.storepage--text-white {
  color: #fff;
}
.storepage--text-white .copytile__ontitle,
.storepage--text-white .page-section__ontitle,
.storepage--text-white .text-black,
.storepage--text-white .text-dark-grey,
.storepage--text-white .u-color-dark-grey,
.storepage--text-white .cover-image__ontitle {
  color: #fff;
}
.page-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-section--above .page-section__heading {
  padding-bottom: 16px;
}
.page-section--under {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.page-section--under .page-section__heading {
  padding-top: 16px;
}
.page-section--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .page-section--left .page-section__heading {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-section--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-section--left .page-section__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-section--left .page-section__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.page-section--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .page-section--right .page-section__heading {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-section--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page-section--right .page-section__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-section--right .page-section__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 1680px) {
  .page-section--side-margin {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .page-section--side-margin {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .page-section--side-margin {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-section--inside-center {
  position: relative;
}
.page-section--inside-center .page-section__heading {
  padding-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .page-section--inside-center .page-section__heading {
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.page-section--text-white {
  color: #fff;
}
.page-section--text-white .copytile__ontitle,
.page-section--text-white .page-section__ontitle,
.page-section--text-white .text-black {
  color: #fff;
}
.page-section__heading {
  text-align: center;
  margin: 0 auto;
}
.page-section__heading-inner {
  max-width: 800px;
}
@media only screen and (min-width: 1680px) {
  .page-section__heading-inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .page-section__heading-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .page-section__heading-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-section__title,
.page-section__subtitle,
.page-section__description {
  margin-bottom: 8px;
}
.page-section__legalcopy {
  font-family: 'fark', sans-serif; 
  font-size: 11px;
  line-height: 19px;
  margin-bottom: 8px;
}
.page-section__ontitle {
  color: #717171;
  margin-bottom: 4px;
}
.page-section__description p {
  margin-bottom: 0;
}
.page-section__body > .experience-component:not(:last-child) {
  margin-bottom: var(--components-margin);
}
.page-section .pd-carousel-wrapper.u-margin-bottom--xl {
  margin-bottom: 0;
}
.page-section .pd-carousel-wrapper.u-margin-top--m,
.page-section .nav-mobile-menu-account a.pd-carousel-wrapper,
.nav-mobile-menu-account .page-section a.pd-carousel-wrapper {
  margin-top: 0;
}
.page-section .pd-carousel-wrapper.tile-spacing-m {
  padding-right: 0;
  padding-left: 0;
}
.page-section .cover-layout.gap-m {
  padding-right: 0;
  padding-left: 0;
}
h2 ~ .button-containerorea,
h2 ~ .experience-button,
h3 ~ .button-containerorea,
h3 ~ .experience-button,
div:not(.experience-component) ~ .button-containerorea,
div:not(.experience-component) ~ .experience-button {
  margin-top: 12px;
}
.button-containerorea .button {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .text-center .experience-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .text-center .experience-button > .experience-component {
    margin: 0 auto;
  }
}
.experience-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .experience-button {
    gap: 12px;
    max-width: 100vw;
    overflow: auto;
    padding: 0 20px;
    white-space: nowrap;
  }
  .experience-button::-webkit-scrollbar {
    display: none;
  }
}
.picture-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-tile {
  line-height: 0;
}
.navigation-edit-mode .navbarorea__level-3-contentorea{
  display: block !important;
  position: relative;
  z-index: 0;
  opacity: 1 !important;
}
.navigation-edit-mode .navbarorea__level-3-contentorea.picture-img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.storepage.quick-view-disabled .js-quickview {
  display: none;
}
.dw-apple-pay-button.apple-pay-cart,
.dw-apple-pay-button.apple-pay-cart:hover {
  padding: 0.5em 1em;
  margin: auto;
  border-radius: 0.25rem;
}
.checkout-and-applepay .btn {
  margin: 1%;
}
@media (max-width: 1023.98px) {
  .checkout-continue .checkout-and-applepay {
    padding: 0 15px 1.625em;
  }
}
.dw-apple-pay-button.apple-pay-pdp,
.dw-apple-pay-button.apple-pay-pdp:hover {
  padding: 0.5em 1em;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: auto;
  border-radius: 0.25rem;
}
isapplepay.btn {
  display: none !important;
}
.add-to-cart,
.add-to-cart-global {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023.98px) {
  .add-to-cart,
  .add-to-cart-global {
    max-width: 100%;
  }
}
.cart-and-ipay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.applepay-tab-wrapper {
  display: none;
}
body.apple-pay-enabled .applepay-tab-wrapper {
  display: block;
}
.personalization-info-alert {
  margin: 5px 15px;
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
.personalization-info-alert:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.personalization-info-alert:last-child {
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 1024px) {
  .personalization-info-alert {
    margin-right: 0;
    margin-left: 0;
    border-right: 0;
    border-left: 0;
  }
}
.personalization-info-alert__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-card__personalized-product-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.product-card__personalized-product-list .product-item__image-wrapper {
  width: 16px;
  height: 16px;
}
.product-card__personalized-product-list .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-card__imagecontainerorea {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #f2f2f4;
}
@media only screen and (min-width: 1680px) {
  .product-card__imagecontainerorea {
    height: 190px;
    width: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-card__imagecontainerorea {
    height: 160px;
    width: 160px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-card__imagecontainerorea {
    height: 160px;
    width: 160px;
  }
}
@media only screen and (min-width: 1680px) {
  .product-card__mainImage {
    height: 190px;
    width: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-card__mainImage {
    height: 160px;
    width: 160px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-card__mainImage {
    height: 160px;
    width: 160px;
  }
}
.product-card__previewImage {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1680px) {
  .product-card__previewImage {
    height: 190px;
    width: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .product-card__previewImage {
    height: 160px;
    width: 160px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .product-card__previewImage {
    height: 160px;
    width: 160px;
  }
}
.product-item__image {
  display: block;
  max-width: 100%;
}
.product-item__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 4px 8px 4px 4px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-item__image-wrapper--small {
  width: 16px;
  height: 16px;
}
.product-item__icon-wrapper {
  background-color: #e5e5e5;
}
.dynamic-image {
  --product-image-count: 0;
  --row-tight-img-ratio: 92%;
  --row-tight-img-spacing: 35%;
  --grid-img-ratio: 45%;
  --grid-img-ratio-with-case: 42%;
  --grid-img-translate: 10%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f2f4;
  overflow: hidden;
}
.dynamic-image__containerorea {
  position: relative;
  height: 100%;
  aspect-ratio: 0.925;
}
@supports not (aspect-ratio: 0.925) {
  .dynamic-image__containerorea::before {
    float: left;
    padding-top: 92.5%;
    content: "";
  }
  .dynamic-image__containerorea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.dynamic-image__case-image,
.slick-slide .dynamic-image__case-image {
  display: none;
}
.dynamic-image__background-image,
.slick-slide .dynamic-image__background-image {
  display: none;
}
.dynamic-image__background-image {
  position: absolute;
  inset: 0;
}
.dynamic-image[data-view="row_tight"] .dynamic-image__product-image {
  --pos: calc(
    var(--row-tight-img-spacing) * (var(--product-image-count) - 1) / -2 +
      var(--row-tight-img-spacing) * var(--index)
  );
  position: absolute;
  height: 100%;
  -webkit-transform: scale(var(--row-tight-img-ratio)) translateX(var(--pos));
  transform: scale(var(--row-tight-img-ratio)) translateX(var(--pos));
}
.dynamic-image[data-view="grid"] .dynamic-image__inner-containerorea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transform: scale(calc(var(--grid-img-ratio) * 2));
  transform: scale(calc(var(--grid-img-ratio) * 2));
}
.dynamic-image[data-view="grid"] .dynamic-image__product-image {
  height: 50%;
  width: 50%;
}
.dynamic-image[data-view="grid"][data-case="true"]
  .dynamic-image__inner-containerorea {
  -webkit-transform: scale(calc(var(--grid-img-ratio-with-case) * 2))
    translateX(var(--grid-img-translate));
  transform: scale(calc(var(--grid-img-ratio-with-case) * 2))
    translateX(var(--grid-img-translate));
}
.dynamic-image[data-view="grid"][data-case="true"] .dynamic-image__case-image {
  position: absolute;
  display: block;
  right: 100%;
  height: 100%;
}
.dynamic-image[data-view="overlay"] .dynamic-image__product-image {
  position: absolute;
  inset: 0;
  height: 100%;
}
.dynamic-image[data-active="false"] .dynamic-image__background-image {
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
}
.dynamic-image[data-active="false"] .dynamic-image__containerorea {
  display: none;
}
.product-card__customizable-set .product-card__image-block {
  width: 160px;
}
@media only screen and (min-width: 1680px) {
  .product-card__customizable-set .product-card__image-block {
    width: 190px;
  }
}
.product-card__customizable-set
  .product-card__image-block
  .dynamic-image[data-view="overlay"]
  .dynamic-image__product-image,
.product-card__customizable-set
  .product-card__image-block
  .dynamic-image[data-view="row_tight"]
  .dynamic-image__product-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-card__image-block .dynamic-image {
  aspect-ratio: 0.925;
}
@supports not (aspect-ratio: 0.925) {
  .product-card__image-block .dynamic-image::before {
    float: left;
    padding-top: 92.5%;
    content: "";
  }
  .product-card__image-block .dynamic-image::after {
    display: block;
    content: "";
    clear: both;
  }
}
.slot-slider__slide {
  position: relative;
}
.slot-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slot-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
} */

.breadcrumb {
  /* background: none; */
  /* padding: 0; */
  /* margin: 0; */
  /* overflow-x: scroll; */
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .breadcrumb {
    margin: 0 0 32px 0;
    padding: 4px 0;
  }
}
.breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb .breadcrumb-item::before {
  font-family: 'fark', sans-serif; 
  font-size: 12px;
  line-height: 12px;
  color: #000;
  line-height: 24px;
}
.breadcrumb .breadcrumb-item .breadcrumb-link {
  font-family: 'fark', sans-serif; 
  font-size: 12px;
  line-height: 12px;
  color: #000;
  padding: 1px;
  border: 2px solid transparent;
  outline: none;
}
.breadcrumb .breadcrumb-item .breadcrumb-link.inactive {
  color: #717171;
}
.breadcrumb .breadcrumb-item .breadcrumb-link:focus-visible {
  border: 2px solid #000;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb-item .breadcrumb-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 20ch;
  }
}
.accordion-panel {
  display: none;
}
.accordion-panel.show {
  display: block;
}
.accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  background-color: inherit;
}
.accordion-icon {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion-trigger[aria-expanded="true"] .accordion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.agec__title {
  margin-bottom: 8px;
}
.agec__description {
  margin-bottom: 12px;
}
.agec__image {
  width: 100%;
  margin-bottom: 12px;
}
.agec__materials-description,
.agec__hyperlink {
  margin-bottom: 0;
}
.osm_containerorea.slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.osm_containerorea.slick-initialized .slick-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.osm_containerorea .slick-dots {
  margin-left: 32px;
}
.account-creation-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 48px;
  background-color: #000;
}
.account-creation-banner__text {
  color: #fff;
  text-align: center;
}
.account-creation-banner .button-link {
  color: #fff;
}
.account-creation-banner .button-link:hover {
  text-decoration: none;
}
.account-creation-banner .icon-button {
  margin: 0 8px;
}
@media only screen and (min-width: 1024px) and (max-width: 1679.5px) {
  .account-creation-banner {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .account-creation-banner {
    padding: 20px;
  }
  .account-creation-banner .icon-button {
    margin-right: 0;
  }
}
.account-creation-banner[data-banner-type="accountCreationBannerSidePanel"] {
  padding: 20px;
}
.side-panel .remember-me {
  margin-bottom: 32px;
}
.remember-me {
  position: relative;
}
.remember-me__info-icon {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.remember-me__info-icon::after {
  display: none;
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  top: -22px;
  left: 0;
}
.remember-me__info-icon.active::after {
  display: block;
}
.remember-me__disclaimer {
  display: none;
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 80%;
  left: 0;
  padding-bottom: 25px;
}
.remember-me__disclaimer div {
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
}
.remember-me__disclaimer .button-link {
  color: #fff;
}
.remember-me__disclaimer .button-link:hover {
  text-decoration: none;
}
.remember-me__disclaimer.active {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  .remember-me__disclaimer div {
    padding: 10px 40px 15px 15px;
  }
}
.remember-me__close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/* body {
  font-family: 'fark', sans-serif; 
  background-color: #fff;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
} */
/* body.no-scroll {
  overflow-y: hidden;
}
@media only screen and (min-width: 0) and (max-width: 1023.5px) {
  body.no-scroll {
    height: 100%;
    width: 100%;
    position: fixed;
  }
} */
a:hover {
  text-decoration: none;
}
/* html {
  margin-right: calc(-1 * (100vw - 100%));
} */
/* body {
  overflow-x: hidden;
} */
